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

diff --git a/scene.c b/scene.c
index c7d5318..9f29cc0 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -288,7 +288,7 @@ void makeMenu() {
     int startNum = i*11 - (i-1);\r
     int endNum = startNum + 9;\r
     if ( i == menuNumber - 1 ) { // We're on the last one\r
-      endNum = startNum + 4;\r
+      endNum = startNum + 3;\r
     }\r
     sprintf(name, "%d-%d", startNum, endNum);\r
     glutAddSubMenu( name, addObjectSubmenu[i] );\r

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