medfall

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

commit f6253b30be1973db22e5452076e1c3092288dc5c
parent 3fd090d0fabccae35ba2bb2a354cb8aee9caa9ff
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Nov 27 13:58:50 +0200

Remove some old GL code from bsp.cc

Diffstat:
bsp.cc | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/bsp.cc b/bsp.cc @@ -383,11 +383,6 @@ extern "C" GAME_FRAME( game_frame ) { immediate_render( &imm, game->test_at_position, game->test_at_colour ); - GLuint tex; - glActiveTexture( GL_TEXTURE0 ); - glGenTextures( 1, &tex ); - glBindTexture( GL_TEXTURE_2D, tex ); - const v4 checkerboard[] = { v4( 0, 0, 0, 0.5 ), v4( 1, 1, 1, 0.5 ),