diff options
author | Roland Scheidegger <[email protected]> | 2004-05-21 14:51:33 +0000 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2004-05-21 14:51:33 +0000 |
commit | 7225a7292a0e2a895607b1b358c64ced6280aacd (patch) | |
tree | fbe75395dc4a7a9669190c6bc6a8f0c5d26239b5 /progs/demos/ipers.c | |
parent | 254d519c6a55a2700564b99f5ffcd8ba7984ae93 (diff) |
(Dieter Nuetzel) fix typo in help screen
Diffstat (limited to 'progs/demos/ipers.c')
-rw-r--r-- | progs/demos/ipers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/ipers.c b/progs/demos/ipers.c index 8168034ffd9..d43c662234e 100644 --- a/progs/demos/ipers.c +++ b/progs/demos/ipers.c @@ -357,7 +357,7 @@ printhelp(void) printstring(GLUT_BITMAP_TIMES_ROMAN_24, "p - Toggle Wire frame"); glRasterPos2i(60, 150); printstring(GLUT_BITMAP_TIMES_ROMAN_24, - "b - Toggle GL_EXT_rescale_normal extension"); + "n - Toggle GL_EXT_rescale_normal extension"); glRasterPos2i(60, 120); printstring(GLUT_BITMAP_TIMES_ROMAN_24, "+/- - Increase/decrease the Object maximum LOD"); |