(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index cad5534..fc935d0 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -599,7 +599,7 @@ int drawFloorRecurse = 2;
 \r
 void drawSquare(int recurseLevel, GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) {\r
 \r
-  \r
+  printf("%d, %d, %d, %d\n", x1, y2, x2, y2);\r
 \r
   if ( drawFloorRecurse != recurseLevel ) {\r
     GLfloat xm = (x1 + x2) / 2.0;\r

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