X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=c1e1eb9a8c39a256d8b530cee905d49319472f7b;hp=2a452b073d8036f545e16ec44c2465d3a17c2e6c;hb=bc1e4447312bdfb7fd6bc13cfbec364b96d5806e;hpb=c0ede11eba8b0b5ebfd1a177a630a5d33cc0842b;ds=sidebyside 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(); } /**