From cb69065ca9f4a02aabe0736d57065389924e9d6c Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Fri, 4 Apr 2008 22:02:31 +0200 Subject: [PATCH] Moved "logo" slightly more to the top --- Starsphere.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Starsphere.cpp b/Starsphere.cpp index 0923d14..138ad39 100644 --- a/Starsphere.cpp +++ b/Starsphere.cpp @@ -594,7 +594,7 @@ void Starsphere::render(const double timeOfDay) static const GLfloat xStartPosLeft = 0.008; const GLfloat xStartPosRight = 1 * aspect - 0.205; - static const GLfloat yStartPosTop = 0.9675; + static const GLfloat yStartPosTop = 0.975; static const GLfloat yStartPosBottom = 0.07; static const GLfloat fontScaleLarge = 0.0225; static const GLfloat fontScaleMedium = 0.0131; -- GitLab