diff --git a/stepmania/src/Model.cpp b/stepmania/src/Model.cpp index 6a38ac93d0..9850461f0a 100644 --- a/stepmania/src/Model.cpp +++ b/stepmania/src/Model.cpp @@ -383,7 +383,7 @@ void Model::DrawPrimitives() DrawMesh( i ); // Turn off environment mapping on tex unit 0. - DISPLAY->SetSphereEnvironmentMapping( TextureUnit_1, 0 ); + DISPLAY->SetSphereEnvironmentMapping( TextureUnit_1, false ); } else {