From b0141c691c49a29e0677c467977c9b84edefef86 Mon Sep 17 00:00:00 2001 From: Eleni Maria Stea Date: Sun, 7 Oct 2018 20:01:23 +0300 Subject: [PATCH] foo --- src/main.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.cc b/src/main.cc index cc6024f..a9bd0e6 100644 --- a/src/main.cc +++ b/src/main.cc @@ -321,7 +321,6 @@ static void help() " RMB drag/wheel . zoom", " c .............. toggle free/animated camera", " v .............. print current view parameters", - "", "Animation control", " ........ pause time", " .... restart time", @@ -337,6 +336,8 @@ static void help() " P .............. toggle paper", " -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(); -- 1.7.10.4