summaryrefslogtreecommitdiff
path: root/progs/redbook
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-01-06 17:12:56 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-01-06 17:12:56 +0000
commita61ee6591028ca92f28309a5b7c93a0ba5c93a77 (patch)
treee39e488cb6c36983e5fe5256c0bfc3290047cdd3 /progs/redbook
parenta2db56b34b7fe0fb58441d293ba56b8ed48141a8 (diff)
Redraw on keypress, as apparently intended.
Diffstat (limited to 'progs/redbook')
-rw-r--r--progs/redbook/polys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/redbook/polys.c b/progs/redbook/polys.c
index 17c1cfbff2..409abd1753 100644
--- a/progs/redbook/polys.c
+++ b/progs/redbook/polys.c
@@ -114,7 +114,7 @@ key(unsigned char k, int x, int y)
exit(0);
break;
default:
- return;
+ break;
}
glutPostRedisplay();
}