diff --git a/stepmania/src/Model.cpp b/stepmania/src/Model.cpp index 7d7c5e7739..a01a74a66a 100644 --- a/stepmania/src/Model.cpp +++ b/stepmania/src/Model.cpp @@ -430,6 +430,10 @@ void Model::DrawPrimitives() else { DISPLAY->SetTexture( 1, NULL ); + + // set current texture back to 0 or else texture transform applied above + // isn't used. Why?!? + DISPLAY->SetTexture( 0, mat.diffuse.GetCurrentTexture() ); } /* go */