Skip to content

Commit

Permalink
fix unreachable code (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy authored May 11, 2021
1 parent 477747e commit 4e83564
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,9 @@ bool VisualManagerSecondaryPass::drawScene(VisualParams* vp)
glPopMatrix();
glMatrixMode(GL_MODELVIEW);
glPopMatrix();
return true;

glPopAttrib();
return true;
}
else
return false;
Expand Down

0 comments on commit 4e83564

Please sign in to comment.