| 3679 | CopyFaceLightMultiple(Curroomp, Curface); |
| 3680 | } |
| 3681 | |
| 3682 | void CMainFrame::OnAccelSlidedown() { HTextureSlide(Curroomp, Curface, 0.0f, (float)-1.0 * D3EditState.texscale); } |
| 3683 | |
| 3684 | void CMainFrame::OnAccelSlideleft() { HTextureSlide(Curroomp, Curface, (float)-1.0 * D3EditState.texscale, 0.0f); } |
nothing calls this directly
no test coverage detected