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

diff --git a/scene.c b/scene.c
index 5b3f3a8..8e8677e 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -287,7 +287,7 @@ void makeMenu() {
   int mainMenu = glutCreateMenu(processMainEvents);\r
 \r
   glutAddMenuEntry("Rotate/Move Camera", ROTATE_MOVE_CAMERA);\r
-  //Add object\r
+  glutAddSubMenu("Add object", addObjectMenu);\r
   glutAddMenuEntry("Position/Scale", POSITION_SCALE);\r
   glutAddMenuEntry("Rotation/Texture Scale", ROTATION_TEXTURE_SCALE);\r
   //material\r

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