fix misspelling
This commit is contained in:
@@ -226,7 +226,7 @@ public:
|
||||
const RageColor &specular,
|
||||
const RageVector3 &dir ) = 0;
|
||||
|
||||
virtual void SetSphereEnironmentMapping( bool b ) = 0;
|
||||
virtual void SetSphereEnivronmentMapping( bool b ) = 0;
|
||||
|
||||
virtual RageCompiledGeometry* CreateCompiledGeometry() = 0;
|
||||
virtual void DeleteCompiledGeometry( RageCompiledGeometry* p ) = 0;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -61,7 +61,7 @@ public:
|
||||
const RageColor &specular,
|
||||
const RageVector3 &dir );
|
||||
|
||||
void SetSphereEnironmentMapping( bool b );
|
||||
void SetSphereEnivronmentMapping( bool b );
|
||||
|
||||
RageCompiledGeometry* CreateCompiledGeometry();
|
||||
void DeleteCompiledGeometry( RageCompiledGeometry* p );
|
||||
|
||||
@@ -59,7 +59,7 @@ public:
|
||||
const RageColor &specular,
|
||||
const RageVector3 &dir ) { }
|
||||
|
||||
void SetSphereEnironmentMapping( bool b ) { }
|
||||
void SetSphereEnivronmentMapping( bool b ) { }
|
||||
|
||||
RageCompiledGeometry* CreateCompiledGeometry();
|
||||
void DeleteCompiledGeometry( RageCompiledGeometry* p );
|
||||
|
||||
@@ -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 )
|
||||
{
|
||||
|
||||
@@ -62,7 +62,7 @@ public:
|
||||
const RageColor &specular,
|
||||
const RageVector3 &dir );
|
||||
|
||||
void SetSphereEnironmentMapping( bool b );
|
||||
void SetSphereEnivronmentMapping( bool b );
|
||||
|
||||
RageCompiledGeometry* CreateCompiledGeometry();
|
||||
void DeleteCompiledGeometry( RageCompiledGeometry* p );
|
||||
|
||||
Reference in New Issue
Block a user