commit b6c264dab96c59068b669e2057ad580364ad6520 parent 30392612e936908dc10105ad224c15557c278cee Author: Michael Savage <mikejsavage@gmail.com> Date: Wed Oct 12 23:11:10 +0300 Stray newline Diffstat:
hm.cc | | | 1 | - |
diff --git a/hm.cc b/hm.cc @@ -294,7 +294,6 @@ extern "C" GAME_FRAME( game_frame ) { immediate_render( &game->test_immediate, game->test_at_position, game->test_at_colour ); glEnable( GL_DEPTH_TEST ); - glDisable( GL_DEPTH_TEST ); glEnable( GL_BLEND ); glUseProgram( game->test_tex_shader );