From: Ash Tyndall Date: Sat, 8 Oct 2011 03:36:16 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=3f5c658ec863c5e3f6e3cdceff0017fa6092d38c --- diff --git a/scene.c b/scene.c index 62b3863..a1b52b3 100644 --- a/scene.c +++ b/scene.c @@ -239,7 +239,7 @@ void makeMenu() { if ( objectMenuEntries[j] ) { glutAddMenuEntry( objectMenuEntries[j], j + 1 ); - } else { + } else { break; }