diff options
author | Vinson Lee <[email protected]> | 2009-11-18 14:41:40 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-11-18 14:41:40 -0800 |
commit | cde66437247feb8b14b6d8f3ec3a8b4665fefa08 (patch) | |
tree | f005bbe77d8a633aa14cea6508ca0188565d826b /progs/fp/tri-depth2.c | |
parent | 9ab3c70f6568d980c3910d7ea8a3032445eaf49f (diff) |
progs/fp: Redraw upon keypress.
Diffstat (limited to 'progs/fp/tri-depth2.c')
-rw-r--r-- | progs/fp/tri-depth2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/fp/tri-depth2.c b/progs/fp/tri-depth2.c index 6ed23071157..8c4336817be 100644 --- a/progs/fp/tri-depth2.c +++ b/progs/fp/tri-depth2.c @@ -59,7 +59,7 @@ static void Key(unsigned char key, int x, int y) case 27: exit(1); default: - return; + break; } glutPostRedisplay(); |