From 663bd5d8b7a81d8b549f60ebf74a5baa083cc5bb Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 21 Jan 2005 06:13:45 +0000 Subject: [PATCH] fix misspelling --- stepmania/src/RageDisplay.h | 2 +- stepmania/src/RageDisplay_D3D.cpp | 2 +- stepmania/src/RageDisplay_D3D.h | 2 +- stepmania/src/RageDisplay_Null.h | 2 +- stepmania/src/RageDisplay_OGL.cpp | 2 +- stepmania/src/RageDisplay_OGL.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stepmania/src/RageDisplay.h b/stepmania/src/RageDisplay.h index 1e51e4c2cd..de98156abc 100644 --- a/stepmania/src/RageDisplay.h +++ b/stepmania/src/RageDisplay.h @@ -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; diff --git a/stepmania/src/RageDisplay_D3D.cpp b/stepmania/src/RageDisplay_D3D.cpp index 9ec9819064..3b23b9ef5d 100644 --- a/stepmania/src/RageDisplay_D3D.cpp +++ b/stepmania/src/RageDisplay_D3D.cpp @@ -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; diff --git a/stepmania/src/RageDisplay_D3D.h b/stepmania/src/RageDisplay_D3D.h index 9c3c77217c..87b910016b 100644 --- a/stepmania/src/RageDisplay_D3D.h +++ b/stepmania/src/RageDisplay_D3D.h @@ -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 ); diff --git a/stepmania/src/RageDisplay_Null.h b/stepmania/src/RageDisplay_Null.h index 685325a022..4d8ce356a6 100644 --- a/stepmania/src/RageDisplay_Null.h +++ b/stepmania/src/RageDisplay_Null.h @@ -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 ); diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 6441a3b5d3..a851717649 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -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 ) { diff --git a/stepmania/src/RageDisplay_OGL.h b/stepmania/src/RageDisplay_OGL.h index f3cbbe525b..c5e9c8ed86 100644 --- a/stepmania/src/RageDisplay_OGL.h +++ b/stepmania/src/RageDisplay_OGL.h @@ -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 );