Skip to content
Snippets Groups Projects
Commit 704ac7e4 authored by Oliver Bock's avatar Oliver Bock
Browse files

Removed superfluous (and time-consuming!) glFinish()

parent 068290af
No related branches found
No related tags found
No related merge requests found
...@@ -737,8 +737,6 @@ void Starsphere::render(const double timeOfDay) ...@@ -737,8 +737,6 @@ void Starsphere::render(const double timeOfDay)
} }
glFlush(); glFlush();
glFinish();
SDL_GL_SwapBuffers(); SDL_GL_SwapBuffers();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment