(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index b5491ff..b6caf70 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -558,12 +558,12 @@ void idle() {
   angle = (int)(angle + 10) % 360;\r
     //angle2 = (int)(angle2 + 10) % 360;\r
     printf("Angle 1: %f, Angle 2: %f\n", angle, angle2);\r
-    sleep(25);\r
+    sleep(0.5);\r
     glutPostRedisplay();\r
 }\r
 \r
 \r
-int drawFloorRecurse = 2;\r
+int drawFloorRecurse = 4;\r
 \r
 void drawSquare(int recurseLevel, float x1, float y1, float x2, float y2) {\r
 \r

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