From: Ash Tyndall Date: Fri, 7 Oct 2011 16:20:52 +0000 (+0800) Subject: makefile commit X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=68b46b6a6eebe57b1617a8efa1b25eed8ab78c80;hp=1f4718a29c0c386bd93e10f88dce8b9bb2f171b5 makefile commit --- diff --git a/scene.c b/scene.c index a35d885..c41c095 100644 --- a/scene.c +++ b/scene.c @@ -225,7 +225,7 @@ void makeMenu() { object = glutCreateMenu(processObjectEvents); for ( int i = 0; objectMenuEntries[i]; i++ ) { - glutAddMenuEntry( objectMenuEntries[i], i ); + glutAddMenuEntry( objectMenuEntries[i], i ); }