From 99b8ed1808c4e8b7d6826edaeb946c7e37509d9a Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 13:59:32 +0800 Subject: [PATCH] --- helper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helper.c b/helper.c index 29eae69..904fa6f 100644 --- a/helper.c +++ b/helper.c @@ -211,6 +211,8 @@ int makeSubmenuFromArray( const char *menuEntries[], unsigned int menuEntriesSiz */ void drawFloor() { glBegin(GL_QUADS); + getTexture(2); + glBindTexture(GL_TEXTURE_2D, 2); for ( int x = -floorSize; x < floorSize; x++ ) { for ( int z = -floorSize; z < floorSize; z++ ) { glColor3f( 1.0, 1.0, 1.0 ); -- 2.20.1