From: Ash Tyndall Date: Tue, 18 Oct 2011 11:45:52 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=9c4c0de38cd7dabbd578527b4f895fe3e0b230a3 --- diff --git a/scene.c b/scene.c index d6c7e01..541ae5f 100644 --- a/scene.c +++ b/scene.c @@ -583,7 +583,7 @@ void drawFloor() { glVertex3fv(floorVertices[3]); glEnd();*/ -drawSquare(1, -1000, -1000, 1000, 1000); +drawSquare(0, -1000, -1000, 1000, 1000); /*if (useTexture) { glDisable(GL_TEXTURE_2D);