Another two minor clean-ups to last commit.
This commit is contained in:
parent
425c351d1b
commit
782b890caa
2 changed files with 2 additions and 5 deletions
|
@ -486,11 +486,9 @@ void RE_BeginFrame( stereoFrame_t stereoFrame ) {
|
|||
{
|
||||
cmd->commandId = RC_DRAW_BUFFER;
|
||||
|
||||
if(stereoFrame == STEREO_CENTER && r_anaglyphMode->modified)
|
||||
if(r_anaglyphMode->modified)
|
||||
{
|
||||
if(!r_anaglyphMode->integer)
|
||||
qglColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
|
||||
|
||||
qglColorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
|
||||
r_anaglyphMode->modified = qfalse;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue