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