From dd88a3ff0692e8f4c71e3ea707e45cdb1046b623 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 14:09:18 +0800 Subject: [PATCH] --- helper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/helper.c b/helper.c index 167d42c..7171479 100644 --- a/helper.c +++ b/helper.c @@ -215,7 +215,6 @@ void drawFloor() { for ( int x = -floorSize; x < floorSize; x++ ) { for ( int z = -floorSize; z < floorSize; z++ ) { glColor3f( 1.0, 1.0, 1.0 ); - glNormal3d(0, 0, 1); glTexCoord2f( (x+1)*squareSize, (z+1)*squareSize ); glVertex3f ( (x+1)*squareSize, 0.0, (z+1)*squareSize ); -- 2.20.1