From 15e7eefe2053b417820ea6c806edef2e9212289e Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 19:44:14 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index caa7f19..be5f938 100644 --- a/scene.c +++ b/scene.c @@ -592,7 +592,7 @@ drawSquare(0, -1000, -1000, 1000, 1000); glEnable(GL_LIGHTING); } -int drawFloorRecurse = 10; +int drawFloorRecurse = 3; /*void drawSquare(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) { drawSquare(0, x1, y1, x2, y2); }*/ -- 2.20.1