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

diff --git a/scene.c b/scene.c
index fcac5bf..1aef061 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -614,7 +614,7 @@ void drawSquare(int recurseLevel, GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2
     drawSquare(rnew, xm, y1, x2, ym);\r
     \r
   } else {\r
-    printf("Drawing (%f, %f) -> (%f, %f)\n", x1, y2, x2, y2);\r
+    printf("Drawing (%f.10, %f.10) -> (%f.10, %f.10)\n", x1, y2, x2, y2);\r
     glBegin(GL_QUADS);\r
       glVertex3f(x1, 0.0, y1);\r
       glVertex3f(x1, 0.0, y2);\r

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