medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

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+
1 file changed, 1 insertion(+), 0 deletions(-)
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 );