Skip to content

Commit d8949e2

Browse files
committed
tr_init: disable r_clear by default
1 parent ac524d7 commit d8949e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/renderer/tr_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ ScreenshotCmd screenshotPNGRegistration("screenshotPNG", ssFormat_t::SSF_PNG, "p
11771177
r_logFile = ri.Cvar_Get( "r_logFile", "0", CVAR_CHEAT );
11781178
r_debugSurface = ri.Cvar_Get( "r_debugSurface", "0", CVAR_CHEAT );
11791179
r_nobind = ri.Cvar_Get( "r_nobind", "0", CVAR_CHEAT );
1180-
r_clear = ri.Cvar_Get( "r_clear", "1", 0 );
1180+
r_clear = ri.Cvar_Get( "r_clear", "0", 0 );
11811181
r_offsetFactor = ri.Cvar_Get( "r_offsetFactor", "-1", CVAR_CHEAT );
11821182
r_offsetUnits = ri.Cvar_Get( "r_offsetUnits", "-2", CVAR_CHEAT );
11831183

0 commit comments

Comments
 (0)