Implement Scene Objects; their drawing and parameters. Implement base code for Soluti...
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 4514e79..c650c05 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -110,7 +110,6 @@ void processLightEvents(int id) {
  * @param id ID of object selected\r
  */\r
 void processObjectEvents(int id) {\r
  * @param id ID of object selected\r
  */\r
 void processObjectEvents(int id) {\r
-  // **NOTE: For the testing phase, only have the teapot\r
   addSceneObject(id);\r
   glutPostRedisplay();\r
 }\r
   addSceneObject(id);\r
   glutPostRedisplay();\r
 }\r

UCC git Repository :: git.ucc.asn.au