Skip to content

Commit fcb2195

Browse files
committed
renderer: remove a constant from a GLimp_LogComment() call
1 parent f7a1eaf commit fcb2195

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/engine/renderer/tr_backend.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2878,8 +2878,7 @@ void RB_RenderGlobalFog()
28782878
{
28792879
fog_t* fog = &tr.world->fogs[ tr.world->globalFog ];
28802880

2881-
GLIMP_LOGCOMMENT( "--- RB_RenderGlobalFog( fogNum = %i, originalBrushNumber = %i ) ---",
2882-
tr.world->globalFog, fog->originalBrushNumber );
2881+
GLIMP_LOGCOMMENT( "--- RB_RenderGlobalFog( fogNum = %i ) ---", tr.world->globalFog );
28832882

28842883
GL_State( GLS_DEPTHTEST_DISABLE | GLS_SRCBLEND_SRC_ALPHA | GLS_DSTBLEND_ONE_MINUS_SRC_ALPHA );
28852884

0 commit comments

Comments
 (0)