summaryrefslogtreecommitdiff
path: root/progs/fp/fp-tri.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-11-18 14:41:40 -0800
committerVinson Lee <vlee@vmware.com>2009-11-18 14:41:40 -0800
commitcde66437247feb8b14b6d8f3ec3a8b4665fefa08 (patch)
treef005bbe77d8a633aa14cea6508ca0188565d826b /progs/fp/fp-tri.c
parent9ab3c70f6568d980c3910d7ea8a3032445eaf49f (diff)
progs/fp: Redraw upon keypress.
Diffstat (limited to 'progs/fp/fp-tri.c')
-rw-r--r--progs/fp/fp-tri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/fp/fp-tri.c b/progs/fp/fp-tri.c
index 52a8fcfc22..26af66ad84 100644
--- a/progs/fp/fp-tri.c
+++ b/progs/fp/fp-tri.c
@@ -197,7 +197,7 @@ static void Key(unsigned char key, int x, int y)
case 27:
exit(1);
default:
- return;
+ break;
}
glutPostRedisplay();