diff options
author | Vinson Lee <vlee@vmware.com> | 2009-11-19 13:03:12 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2009-11-19 13:03:12 -0800 |
commit | 3790c6a13b86dfe0afd4bb0bf9a4d9f4b429cfd8 (patch) | |
tree | 1af77e61e15b317589d7bc857627f22052cdd4b8 /progs/trivial/tri-unfilled-smooth.c | |
parent | 367cfca808e74101689dd0acb247f3ec38fc4c7f (diff) |
progs/trivial: Redraw upon keypress.
Diffstat (limited to 'progs/trivial/tri-unfilled-smooth.c')
-rw-r--r-- | progs/trivial/tri-unfilled-smooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/trivial/tri-unfilled-smooth.c b/progs/trivial/tri-unfilled-smooth.c index eddae176e5..fa31667e65 100644 --- a/progs/trivial/tri-unfilled-smooth.c +++ b/progs/trivial/tri-unfilled-smooth.c @@ -62,7 +62,7 @@ static void Key(unsigned char key, int x, int y) case 27: exit(1); default: - return; + break; } glutPostRedisplay(); |