From 0721f2cd877546b73d5e12d84026501d0c0eba0c Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 19:45:28 +0800 Subject: [PATCH] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene.c b/scene.c index be5f938..d6c7e01 100644 --- a/scene.c +++ b/scene.c @@ -583,7 +583,7 @@ void drawFloor() { glVertex3fv(floorVertices[3]); glEnd();*/ -drawSquare(0, -1000, -1000, 1000, 1000); +drawSquare(1, -1000, -1000, 1000, 1000); /*if (useTexture) { glDisable(GL_TEXTURE_2D); @@ -592,7 +592,7 @@ drawSquare(0, -1000, -1000, 1000, 1000); glEnable(GL_LIGHTING); } -int drawFloorRecurse = 3; +int drawFloorRecurse = 2; /*void drawSquare(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) { drawSquare(0, x1, y1, x2, y2); }*/ -- 2.20.1