X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=c650c057dc9db23128a1c7de063239157a8f406b;hp=4514e794fd95e161a3cc03d8aff00adb41559c83;hb=55bfed85b24a4fe5471d3fca580e3b86cd74e21d;hpb=c211ae308b321f2988f4caa28cb828bd68308700 diff --git a/scene.c b/scene.c index 4514e79..c650c05 100644 --- a/scene.c +++ b/scene.c @@ -110,7 +110,6 @@ void processLightEvents(int id) { * @param id ID of object selected */ void processObjectEvents(int id) { - // **NOTE: For the testing phase, only have the teapot addSceneObject(id); glutPostRedisplay(); }