This commit is contained in:
Glenn Maynard
2005-05-28 03:50:28 +00:00
parent 62e4154f8d
commit d7f3e90a9d
+2 -2
View File
@@ -238,7 +238,7 @@ struct GLPixFmtInfo_t {
}; };
static void FixLilEndian() static void FixLittleEndian()
{ {
#if defined(ENDIAN_LITTLE) #if defined(ENDIAN_LITTLE)
static bool Initialized = false; static bool Initialized = false;
@@ -343,7 +343,7 @@ RageDisplay_OGL::RageDisplay_OGL()
LOG->Trace( "RageDisplay_OGL::RageDisplay_OGL()" ); LOG->Trace( "RageDisplay_OGL::RageDisplay_OGL()" );
LOG->MapLog("renderer", "Current renderer: OpenGL"); LOG->MapLog("renderer", "Current renderer: OpenGL");
FixLilEndian(); FixLittleEndian();
InitStringMap(); InitStringMap();
wind = NULL; wind = NULL;