Skip to content

Commit

Permalink
#5943: Remove glFinish call from XY draw routine
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Apr 19, 2022
1 parent f892bcd commit 33f9091
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions radiant/xyview/XYWnd.cpp
Expand Up @@ -1523,8 +1523,6 @@ void XYWnd::draw()
// Reset the depth mask to its initial value (enabled)
glDepthMask(GL_TRUE);
debug::assertNoGlErrors();

glFinish();
}

void XYWnd::mouseToPoint(int x, int y, Vector3& point)
Expand Down

0 comments on commit 33f9091

Please sign in to comment.