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
@@ -226,7 +226,7 @@ public:
const RageColor &specular, const RageColor &specular,
const RageVector3 &dir ) = 0; const RageVector3 &dir ) = 0;
virtual void SetSphereEnironmentMapping( bool b ) = 0; virtual void SetSphereEnivronmentMapping( bool b ) = 0;
virtual RageCompiledGeometry* CreateCompiledGeometry() = 0; virtual RageCompiledGeometry* CreateCompiledGeometry() = 0;
virtual void DeleteCompiledGeometry( RageCompiledGeometry* p ) = 0; virtual void DeleteCompiledGeometry( RageCompiledGeometry* p ) = 0;
+1 -1
View File
@@ -1329,7 +1329,7 @@ RageMatrix RageDisplay_D3D::GetOrthoMatrix( float l, float r, float b, float t,
return m; return m;
} }
void RageDisplay_D3D::SetSphereEnironmentMapping( bool b ) void RageDisplay_D3D::SetSphereEnivronmentMapping( bool b )
{ {
if( g_iCurrentTextureIndex >= (int) g_DeviceCaps.MaxSimultaneousTextures ) // not supported if( g_iCurrentTextureIndex >= (int) g_DeviceCaps.MaxSimultaneousTextures ) // not supported
return; return;
+1 -1
View File
@@ -61,7 +61,7 @@ public:
const RageColor &specular, const RageColor &specular,
const RageVector3 &dir ); const RageVector3 &dir );
void SetSphereEnironmentMapping( bool b ); void SetSphereEnivronmentMapping( bool b );
RageCompiledGeometry* CreateCompiledGeometry(); RageCompiledGeometry* CreateCompiledGeometry();
void DeleteCompiledGeometry( RageCompiledGeometry* p ); void DeleteCompiledGeometry( RageCompiledGeometry* p );
+1 -1
View File
@@ -59,7 +59,7 @@ public:
const RageColor &specular, const RageColor &specular,
const RageVector3 &dir ) { } const RageVector3 &dir ) { }
void SetSphereEnironmentMapping( bool b ) { } void SetSphereEnivronmentMapping( bool b ) { }
RageCompiledGeometry* CreateCompiledGeometry(); RageCompiledGeometry* CreateCompiledGeometry();
void DeleteCompiledGeometry( RageCompiledGeometry* p ); void DeleteCompiledGeometry( RageCompiledGeometry* p );
+1 -1
View File
@@ -1877,7 +1877,7 @@ bool RageDisplay_OGL::SupportsTextureFormat( PixelFormat pixfmt, bool realtime )
} }
} }
void RageDisplay_OGL::SetSphereEnironmentMapping( bool b ) void RageDisplay_OGL::SetSphereEnivronmentMapping( bool b )
{ {
if( b ) if( b )
{ {
+1 -1
View File
@@ -62,7 +62,7 @@ public:
const RageColor &specular, const RageColor &specular,
const RageVector3 &dir ); const RageVector3 &dir );
void SetSphereEnironmentMapping( bool b ); void SetSphereEnivronmentMapping( bool b );
RageCompiledGeometry* CreateCompiledGeometry(); RageCompiledGeometry* CreateCompiledGeometry();
void DeleteCompiledGeometry( RageCompiledGeometry* p ); void DeleteCompiledGeometry( RageCompiledGeometry* p );