MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnTexpadSlideLeft

Method OnTexpadSlideLeft

editor/TextureDialog.cpp:396–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394void CTextureDialog::OnTexpadFlipY() { HTextureFlipY(); }
395
396void CTextureDialog::OnTexpadSlideLeft() { HTextureSlide(Curroomp, Curface, (float)-1.0 * D3EditState.texscale, 0.0f); }
397
398void CTextureDialog::OnTexpadSlideRight() { HTextureSlide(Curroomp, Curface, (float)1.0 * D3EditState.texscale, 0.0f); }
399

Callers

nothing calls this directly

Calls 1

HTextureSlideFunction · 0.85

Tested by

no test coverage detected