(no commit message)
authorAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 11:01:34 +0000 (19:01 +0800)
committerAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 11:01:34 +0000 (19:01 +0800)
scene.c

diff --git a/scene.c b/scene.c
index f3650e6..68c3df4 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -556,6 +556,7 @@ motion(int x, int y)
 void idle() {\r
   angle = (int)(angle + 10) % 360;\r
     angle2 = (int)(angle2 + 10) % 360;\r
 void idle() {\r
   angle = (int)(angle + 10) % 360;\r
     angle2 = (int)(angle2 + 10) % 360;\r
+    printf("Angle 1: %d, Angle 2: %d", angle, angle2);\r
     glutPostRedisplay();\r
 }\r
 \r
     glutPostRedisplay();\r
 }\r
 \r

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