X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=fc935d0e44f8427dc1ee1750054e4d062cbebcc6;hp=cad5534fb6f7423db27f4af1b37dad283edc478c;hb=e90677255ab1f7aa49d88d5e0b5a427ca83b2952;hpb=925203328b5abd6d6260181cd45c437d2acadb33 diff --git a/scene.c b/scene.c index cad5534..fc935d0 100644 --- a/scene.c +++ b/scene.c @@ -599,7 +599,7 @@ int drawFloorRecurse = 2; void drawSquare(int recurseLevel, GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) { - + printf("%d, %d, %d, %d\n", x1, y2, x2, y2); if ( drawFloorRecurse != recurseLevel ) { GLfloat xm = (x1 + x2) / 2.0;