From 68b46b6a6eebe57b1617a8efa1b25eed8ab78c80 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sat, 8 Oct 2011 00:20:52 +0800 Subject: [PATCH] makefile commit --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.20.1