From 704ac7e4d5dc306d2df6200a85ed941d7f28945b Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Fri, 4 Apr 2008 13:45:40 +0200
Subject: [PATCH] Removed superfluous (and time-consuming!) glFinish()

---
 Starsphere.cpp | 2 --
 1 file changed, 2 deletions(-)

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