X-Git-Url: http://git.mutantstargoat.com?p=faros-demo;a=blobdiff_plain;f=src%2Fmain.cc;fp=src%2Fmain.cc;h=a9bd0e68612a9b181d414f0283f5e38c4806c991;hp=cc6024fea321e0aa469707929cca2ad87311244b;hb=8903c07f608855ae40d0f9034795638532e634e7;hpb=720ca6dce562a07c1ad612be98377bc7426a5ed0 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();