move debug dump earlier
This commit is contained in:
@@ -76,9 +76,6 @@ RageDisplay::RageDisplay( bool windowed, int width, int height, int bpp, int rat
|
||||
{
|
||||
LOG->Trace( "RageDisplay::RageDisplay()" );
|
||||
|
||||
/* Give hooks a chance to do some debug init before we try to fire up OpenGL. */
|
||||
HOOKS->PreDisplayInit();
|
||||
|
||||
m_oglspecs = new oglspecs_t;
|
||||
|
||||
SDL_InitSubSystem(SDL_INIT_VIDEO);
|
||||
|
||||
Reference in New Issue
Block a user