Make teapot close with q like everyone else
This commit is contained in:
parent
19b5da23f7
commit
59cdfbe9a6
@ -416,7 +416,7 @@ void keyboard(unsigned char key, int x, int y)
|
||||
/* Pause / unpause object movement */
|
||||
rotation_paused = !rotation_paused;
|
||||
break;
|
||||
case 27:
|
||||
case 'q':
|
||||
quit = 1;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user