From: Ash Tyndall Date: Sat, 8 Oct 2011 05:38:51 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=618fbaec23b593c43d0faef662359743567b87e3;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index 5b3f3a8..8e8677e 100644 --- a/scene.c +++ b/scene.c @@ -287,7 +287,7 @@ void makeMenu() { int mainMenu = glutCreateMenu(processMainEvents); glutAddMenuEntry("Rotate/Move Camera", ROTATE_MOVE_CAMERA); - //Add object + glutAddSubMenu("Add object", addObjectMenu); glutAddMenuEntry("Position/Scale", POSITION_SCALE); glutAddMenuEntry("Rotation/Texture Scale", ROTATION_TEXTURE_SCALE); //material