diff options
Diffstat (limited to 'source/gl_state.c')
-rw-r--r-- | source/gl_state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gl_state.c b/source/gl_state.c index 64e3ca9..9f74f99 100644 --- a/source/gl_state.c +++ b/source/gl_state.c @@ -262,6 +262,7 @@ void GL_SetDefaultState( void ) { qglEnableClientState( GL_TEXTURE_COORD_ARRAY ); GL_SelectTMU( 0 ); + GL_BindTexture( 0 ); qglEnable( GL_TEXTURE_2D ); GL_Bits( GLS_DEFAULT ); } |