From: Ash Tyndall Date: Fri, 21 Oct 2011 12:27:54 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=bc1e4447312bdfb7fd6bc13cfbec364b96d5806e --- diff --git a/scene.c b/scene.c index 2a452b0..c1e1eb9 100644 --- a/scene.c +++ b/scene.c @@ -112,6 +112,7 @@ void processLightEvents(int id) { void processObjectEvents(int id) { // **NOTE: For the testing phase, only have the teapot addSceneObject(id); + glutPostRedisplay(); } /**