diff --git a/Starsphere.cpp b/Starsphere.cpp
index 055fab4446246592ce7f388d562cb4a3840ef4e8..45f7d838f665cc072defb8190de4cea90e0e96cc 100644
--- a/Starsphere.cpp
+++ b/Starsphere.cpp
@@ -737,8 +737,6 @@ void Starsphere::render(const double timeOfDay)
 	}
 
 	glFlush();
-	glFinish();
-
 	SDL_GL_SwapBuffers();
 }