(no commit message)
authorAsh Tyndall <[email protected]>
Sat, 8 Oct 2011 06:03:09 +0000 (14:03 +0800)
committerAsh Tyndall <[email protected]>
Sat, 8 Oct 2011 06:03:09 +0000 (14:03 +0800)
scene.c

diff --git a/scene.c b/scene.c
index b78e2af..882b7cc 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -283,7 +283,7 @@ void makeMenu() {
 \r
   // Construct add object menu\r
   int addObjectMenu = glutCreateMenu(processObjectEvents);\r
-  for ( int i = 0; i < menuNumber - 1; i++ ) {\r
+  for ( int i = 0; i < menuNumber; i++ ) {\r
     char name[10]; // buffer to hold name\r
     int startNum = i*11 - (i-1);\r
     sprintf(name, "%d-%d", startNum, startNum + 9);\r

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