medfall

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

commit 66c80943e055c5789d43ee6627413f4908e8f68b
parent ba5a4de3be0f766c1f85f1a3898fd1a256a53744
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Nov 20 10:34:01 +0200

More skybox nuking

Diffstat:
mod_btt.cc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mod_btt.cc b/mod_btt.cc @@ -3,7 +3,7 @@ #include "game.h" #include "intrinsics.h" #include "immediate.h" -#include "skybox.h" +// #include "skybox.h" #include "stb_image.h" #include "linear_algebra.h" #include "lz4.h" @@ -193,7 +193,7 @@ extern "C" GAME_INIT( game_init ) { glClearColor( 0, 0.5, 0.7, 1 ); - skybox_init( &game->skybox ); + // skybox_init( &game->skybox ); } static m4 camera_to_vp( v3 position, v3 angles ) {