From: Ash Tyndall Date: Tue, 18 Oct 2011 12:25:05 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=f9bbaf8dfeeb6265356b3c7cd2d868867351fc6f --- diff --git a/scene.c b/scene.c index bc532de..21a59de 100644 --- a/scene.c +++ b/scene.c @@ -594,7 +594,7 @@ void drawSquare(int recurseLevel, float x1, float y1, float x2, float y2) { */ void drawFloor() { -drawSquare(0, -1000.0, -1000.0, 1000.0, 1000.0); +drawSquare(0, -100.0, -100.0, 100.0, 100.0); /*if (useTexture) { glDisable(GL_TEXTURE_2D);