From e0e2b5308a29d1111291bbd17d519154e46c8fd4 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 14:36:48 +0800 Subject: [PATCH 1/1] --- helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.c b/helper.c index 79cc5d8..98838f3 100644 --- a/helper.c +++ b/helper.c @@ -220,7 +220,7 @@ void drawFloor() { for ( int z = -floorSize; z < floorSize; z++ ) { glColor3f( 1.0, 1.0, 1.0 ); - glTexCoord2f( 1.0, 1.0 ); + glTexCoord2f( 6.0, 1.0 ); glVertex3f ( (x+1)*squareSize, 0.0, (z+1)*squareSize ); glTexCoord2f( 1.0, 0.0 ); -- 2.20.1