File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ void RE_BeginFrame( stereoFrame_t stereoFrame ) {
302
302
303
303
backEnd .doneBloom = qfalse ;
304
304
305
- backEnd .color2D .u32 = 0 ;
305
+ backEnd .color2D .u32 = ~ 0U ;
306
306
307
307
// check for errors
308
308
GL_CheckErrors ();
@@ -339,7 +339,7 @@ void RE_BeginFrame( stereoFrame_t stereoFrame ) {
339
339
return ;
340
340
}
341
341
clrcmd -> colorMask = qtrue ;
342
- #ifdef USE_FBO
342
+ #ifdef USE_FBO
343
343
if ( !fboEnabled )
344
344
#endif
345
345
{
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ void RE_BeginFrame( stereoFrame_t stereoFrame ) {
305
305
backEnd .doneBloom = qfalse ;
306
306
#endif
307
307
308
- backEnd .color2D .u32 = 0 ;
308
+ backEnd .color2D .u32 = ~ 0U ;
309
309
310
310
tr .frameCount ++ ;
311
311
tr .frameSceneNum = 0 ;
You can’t perform that action at this time.
0 commit comments