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

Method OnTexpadRotate90

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

Source from the content-addressed store, hash-verified

406void CTextureDialog::OnTexpadRotRight() { HTextureRotate(Curroomp, Curface, (512 * D3EditState.texscale)); }
407
408void CTextureDialog::OnTexpadRotate90() { HTextureRotate(Curroomp, Curface, 0x4000); }
409
410void CTextureDialog::OnTexpadStretchLess() { HTextureStretchLess(Curroomp, Curface, Curedge); }
411

Callers

nothing calls this directly

Calls 1

HTextureRotateFunction · 0.85

Tested by

no test coverage detected