makefile commit
authorAsh Tyndall <[email protected]>
Fri, 7 Oct 2011 16:20:52 +0000 (00:20 +0800)
committerAsh Tyndall <[email protected]>
Fri, 7 Oct 2011 16:20:52 +0000 (00:20 +0800)
scene.c

diff --git a/scene.c b/scene.c
index a35d885..c41c095 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -225,7 +225,7 @@ void makeMenu() {
 \r
   object = glutCreateMenu(processObjectEvents);\r
   for ( int i = 0; objectMenuEntries[i]; i++ ) {\r
-    glutAddMenuEntry( objectMenuEntries[i], i );\r
+    glutAddMenuEntry( objectMenuEntries[i], i ); \r
   }\r
   \r
 \r

UCC git Repository :: git.ucc.asn.au