fix misspelling

This commit is contained in:
Chris Danford
2005-01-21 06:13:45 +00:00
parent 434d49a70b
commit 663bd5d8b7
6 changed files with 6 additions and 6 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::SetSphereEnironmentMapping( bool b )
void RageDisplay_D3D::SetSphereEnivronmentMapping( bool b )
{
if( g_iCurrentTextureIndex >= (int) g_DeviceCaps.MaxSimultaneousTextures ) // not supported
return;