diff options
author | Aaron Plattner <[email protected]> | 2010-04-21 18:13:19 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-21 18:13:19 -0600 |
commit | 2e995cdf25873756d7e5aad919aac1afe1c75e0d (patch) | |
tree | 048191c74f4dfd0066d091dbdeee9657f27ca99c /progs/demos | |
parent | 88be2171e7336201e5ee97ade36ba3de4fe939bf (diff) |
progs/demos: Fix the progs/demos/rain help text
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'progs/demos')
-rw-r--r-- | progs/demos/rain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/rain.cxx b/progs/demos/rain.cxx index 265d90cd95f..60fc4146c80 100644 --- a/progs/demos/rain.cxx +++ b/progs/demos/rain.cxx @@ -158,7 +158,7 @@ static void printhelp(void) glRasterPos2i(60,240); printstring(GLUT_BITMAP_TIMES_ROMAN_24,"l - Increase rain length"); glRasterPos2i(60,210); - printstring(GLUT_BITMAP_TIMES_ROMAN_24,"k - Increase rain length"); + printstring(GLUT_BITMAP_TIMES_ROMAN_24,"k - Decrease rain length"); } static void drawrain(void) |