From 51e470ccc6522f346b40eb8d648e6b205069b773 Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Thu, 20 Nov 2008 18:15:45 +0100
Subject: [PATCH] Superfluous

---
 src/starsphere/Starsphere.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/starsphere/Starsphere.cpp b/src/starsphere/Starsphere.cpp
index 47d2954..bfe9916 100644
--- a/src/starsphere/Starsphere.cpp
+++ b/src/starsphere/Starsphere.cpp
@@ -878,7 +878,6 @@ void Starsphere::render(const double timeOfDay)
 		glEnable(GL_DEPTH_TEST);
 	}
 
-	glFlush();
 	SDL_GL_SwapBuffers();
 }
 
-- 
GitLab