This commit is contained in:
Glenn Maynard
2007-02-13 23:36:34 +00:00
parent 4b1f1fcd2c
commit 1cfcee0de7
+1 -1
View File
@@ -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
{