(no commit message)
authorAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 03:00:33 +0000 (11:00 +0800)
committerAsh Tyndall <[email protected]>
Fri, 21 Oct 2011 03:00:33 +0000 (11:00 +0800)
scene.c

diff --git a/scene.c b/scene.c
index 2f45633..db6b635 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -300,6 +300,7 @@ void display() {
 \r
   GLfloat zcoord = 5.0 + (zoomFactor*0.2);\r
   if ( zcoord < 0.0 ) {\r
+    printf("zf: %f", zoomFactor);\r
     zcoord = 0.0;\r
     zoomFactor = 0.0;\r
   }\r

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