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

diff --git a/scene.c b/scene.c
index cffbd54..19df5d3 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -223,10 +223,10 @@ void processLightEvents(int id) {
 void makeMenu() {\r
   //int main, object, objectsize, material, texture, gtexture, light;\r
 \r
-  /*glutCreateMenu(processMainEvents);\r
+  glutCreateMenu(processMainEvents);\r
   \r
 \r
-  int objectSize = sizeof(objectMenuEntries) / sizeof(objectMenuEntries[0]);\r
+  /*int objectSize = sizeof(objectMenuEntries) / sizeof(objectMenuEntries[0]);\r
   int numMenus = objectSize/10 + 1;\r
   int objectSubmenu[numMenus];\r
 \r

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