From: Ash Tyndall Date: Sun, 9 Oct 2011 05:09:17 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=34f361fcc8acc82e8721be126dcfb9153b2c2113;hp=19fa399bf0c4b47f6f23a320627533f0c902bca8;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index 002fadc..f9ab89f 100644 --- a/scene.c +++ b/scene.c @@ -390,7 +390,7 @@ void makeMenu() { int gTextureMenu = makeSubmenuFromArray( textureMenuEntries, textureMenuEntriesSize, processGTextureEvents ); // Construct main menu - int mainMenu = glutCreateMenu(processMainEvents); + glutCreateMenu(processMainEvents); glutAddMenuEntry("Rotate/Move Camera", ROTATE_MOVE_CAMERA); glutAddSubMenu("Add object", objectMenu); glutAddMenuEntry("Position/Scale", POSITION_SCALE);