From 618fbaec23b593c43d0faef662359743567b87e3 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 8 Oct 2011 13:38:51 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1