| 394 | void CTextureDialog::OnTexpadFlipY() { HTextureFlipY(); } |
| 395 | |
| 396 | void CTextureDialog::OnTexpadSlideLeft() { HTextureSlide(Curroomp, Curface, (float)-1.0 * D3EditState.texscale, 0.0f); } |
| 397 | |
| 398 | void CTextureDialog::OnTexpadSlideRight() { HTextureSlide(Curroomp, Curface, (float)1.0 * D3EditState.texscale, 0.0f); } |
| 399 |
nothing calls this directly
no test coverage detected