commit | e3cb563a28a875efc28fd8b25012c56079affb51 | [log] [tgz] |
---|---|---|
author | Marcus <marcus@geelnards-pc.(none)> | Mon Jan 03 22:22:14 2011 +0100 |
committer | Marcus <marcus@geelnards-pc.(none)> | Mon Jan 03 22:22:14 2011 +0100 |
tree | 68c3681dd1454b17a3475bd3e7307bad604653d1 | |
parent | 3b0084799cdc32c7ec98bfead3719f778de6fea1 [diff] [blame] |
Fixed key names in the example and test programs.
diff --git a/examples/heightmap.c b/examples/heightmap.c index 4f8c1c0..f37c732 100644 --- a/examples/heightmap.c +++ b/examples/heightmap.c
@@ -497,7 +497,7 @@ { switch(key) { - case GLFW_KEY_ESC: + case GLFW_KEY_ESCAPE: /* Exit program on Escape */ running = GL_FALSE; break;