From fe0a6a8ae3ff8a57f0f92e6f9de8d7814886c94d Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 19:09:36 +0800 Subject: [PATCH] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scene.c b/scene.c index a9a5d6b..aa3967b 100644 --- a/scene.c +++ b/scene.c @@ -572,7 +572,7 @@ void drawFloor() { // glEnable(GL_TEXTURE_2D); //} - glBegin(GL_QUADS); + /*glBegin(GL_QUADS); glTexCoord2f(0.0, 0.0); glVertex3fv(floorVertices[0]); glTexCoord2f(0.0, 16.0); @@ -581,7 +581,7 @@ void drawFloor() { glVertex3fv(floorVertices[2]); glTexCoord2f(16.0, 0.0); glVertex3fv(floorVertices[3]); - glEnd(); + glEnd();*/ /*if (useTexture) { glDisable(GL_TEXTURE_2D); -- 2.20.1