From: Ash Tyndall Date: Fri, 21 Oct 2011 05:59:32 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=99b8ed1808c4e8b7d6826edaeb946c7e37509d9a --- 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 );