IOQ3 commit 2292

This commit is contained in:
Richard Allen 2012-10-04 15:37:49 +00:00
parent 394c310fa4
commit 54ba3d5615

View file

@ -214,9 +214,6 @@ static void InitOpenGL( void )
// init command buffers and SMP // init command buffers and SMP
R_InitCommandBuffers(); R_InitCommandBuffers();
// print info
GfxInfo_f();
// set default state // set default state
GL_SetDefaultState(); GL_SetDefaultState();
} }
@ -1239,6 +1236,8 @@ void R_Init( void ) {
if ( err != GL_NO_ERROR ) if ( err != GL_NO_ERROR )
ri.Printf (PRINT_ALL, "glGetError() = 0x%x\n", err); ri.Printf (PRINT_ALL, "glGetError() = 0x%x\n", err);
// print info
GfxInfo_f();
ri.Printf( PRINT_ALL, "----- finished R_Init -----\n" ); ri.Printf( PRINT_ALL, "----- finished R_Init -----\n" );
} }