foo
authorEleni Maria Stea <estea@igalia.com>
Sun, 7 Oct 2018 17:01:23 +0000 (20:01 +0300)
committerEleni Maria Stea <estea@igalia.com>
Fri, 12 Oct 2018 17:57:10 +0000 (20:57 +0300)
src/main.cc

index cc6024f..a9bd0e6 100644 (file)
@@ -321,7 +321,6 @@ static void help()
                "   RMB drag/wheel . zoom",
                "   c .............. toggle free/animated camera",
                "   v .............. print current view parameters",
-               "",
                "Animation control",
                "   <space> ........ pause time",
                "   <backspace> .... restart time",
@@ -337,6 +336,8 @@ static void help()
                "   P .............. toggle paper",
                "   <shift>-P ...... clear paper keyframes",
                "   ~ .............. dump all animation keyframes to seq_dump",
+               "Other",
+               "   F5 ............. toggle UI",
                0
        };
 
@@ -378,7 +379,7 @@ static void help()
                        glutBitmapCharacter(GLUT_BITMAP_9_BY_15, *s++);
                }
 
-               ypos += 25;
+               ypos += 22;
        }
 
        glPopMatrix();