Fixed a comment typo.
This commit is contained in:
parent
85ac481272
commit
fa16790a9b
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ void GLUTspecialkey(int k, int x, int y) {
|
|||
t->togglePauseMode();
|
||||
return;
|
||||
}
|
||||
case GLUT_KEY_F3: // F2 Take a screen shot
|
||||
case GLUT_KEY_F3: // F3 Take a screen shot
|
||||
fgDumpSnapShot();
|
||||
return;
|
||||
case GLUT_KEY_F6: // F6 toggles Autopilot target location
|
||||
|
|
Loading…
Reference in a new issue