Skip to content

Commit

Permalink
Incorrect number of overbright bits printed by GfxInfo_f() (#5510) - …
Browse files Browse the repository at this point in the history
…fix by Serge Belyshev
  • Loading branch information
Thilo Schulz committed Jul 1, 2012
1 parent ca44693 commit c9fc250
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/renderer/tr_init.c
Expand Up @@ -214,9 +214,6 @@ static void InitOpenGL( void )
// init command buffers and SMP
R_InitCommandBuffers();

// print info
GfxInfo_f();

// set default state
GL_SetDefaultState();
}
Expand Down Expand Up @@ -1239,6 +1236,8 @@ void R_Init( void ) {
if ( err != GL_NO_ERROR )
ri.Printf (PRINT_ALL, "glGetError() = 0x%x\n", err);

// print info
GfxInfo_f();
ri.Printf( PRINT_ALL, "----- finished R_Init -----\n" );
}

Expand Down

0 comments on commit c9fc250

Please sign in to comment.