for real this time :)

This commit is contained in:
Glenn Maynard
2005-01-22 03:39:39 +00:00
parent 754bce5c98
commit 1d3613f161
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1329,7 +1329,7 @@ RageMatrix RageDisplay_D3D::GetOrthoMatrix( float l, float r, float b, float t,
return m;
}
void RageDisplay_D3D::SetSphereEnivronmentMapping( bool b )
void RageDisplay_D3D::SetSphereEnvironmentMapping( bool b )
{
if( g_iCurrentTextureIndex >= (int) g_DeviceCaps.MaxSimultaneousTextures ) // not supported
return;