From 4e723282d8f60a3dc22da9f88b1ab683c0f9c4d0 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 19:46:40 +0800 Subject: [PATCH] --- scene.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scene.c b/scene.c index 0dae69f..0cc5d31 100644 --- a/scene.c +++ b/scene.c @@ -614,6 +614,7 @@ void drawSquare(int recurseLevel, GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2 drawSquare(rnew, xm, y1, x2, ym); } else { + printf("Recurse level %d\n", recurseLevel); printf("Drawing (%f, %f) -> (%f, %f)\n", x1, y2, x2, y2); glBegin(GL_QUADS); glVertex3f(x1, 0.0, y1); -- 2.20.1