commit adbdf56124d121441990edd5338535ace802b32f parent e4391f93d5b9780ca1cb364b59f8737cbeb3bec7 Author: Michael Savage <mikejsavage@gmail.com> Date: Sat Sep 10 21:54:34 -0700 Fix the checkerboard Diffstat:
hm.cc | | | 1 | + |
diff --git a/hm.cc b/hm.cc @@ -304,6 +304,7 @@ extern "C" GAME_FRAME( game_frame ) { immediate_init( &imm, asdf, 32 ); GLuint tex; + glActiveTexture( GL_TEXTURE0 ); glGenTextures( 1, &tex ); glBindTexture( GL_TEXTURE_2D, tex );