From: Ash Tyndall Date: Tue, 18 Oct 2011 11:44:14 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=15e7eefe2053b417820ea6c806edef2e9212289e --- 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); }*/