Skip to content

Commit

Permalink
Added printing of info-lums
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 10, 2003
1 parent b919162 commit 6fb16e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doomsday/Src/r_main.c
Expand Up @@ -148,14 +148,12 @@ void R_Update(void)

// Go back to startup-screen mode.
Con_StartupInit();
//GL_ShutdownTextureManager();
GL_TotalReset(true);
GL_TotalReset(false);
R_UpdateData();
R_InitSprites(); // Fully reinitialize sprites.
R_InitSkyMap();
R_UpdateTranslationTables();
//GL_InitRefresh();
// Re-read definitions.
Def_Read();
Def_PostInit();
Expand Down Expand Up @@ -461,6 +459,10 @@ void R_RenderPlayerView(ddplayer_t *player)
Con_Printf("Tris: %-4i (Mdl=%-4i)\n", i, model_tri_count);
model_tri_count = 0;
}
if(rend_info_lums)
{
Con_Printf("LumObjs: %-4i\n", numLuminous);
}
}


Expand Down

0 comments on commit 6fb16e7

Please sign in to comment.