medfall

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

commit a83f59019f4699da0c10950dccfe2f66d5a44123
parent d9084d926625c8325cc24dbdeceb298916c2bf93
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue Sep  8 19:44:52 +0200

Make the sky blue

Diffstat:
btt.cc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/btt.cc b/btt.cc @@ -223,6 +223,8 @@ extern "C" GAME_INIT( game_init ) { state->hm.load( "mountains512.png", 0, 0, state->test_at_position, state->test_at_normal, state->test_at_lit ); state->btt = btt_from_heightmap( &state->hm, &mem->persistent_arena ); + + glClearColor( 0, 0.5, 0.7, 1 ); } static glm::vec3 angles_to_vector_xy( const glm::vec3 & angles ) {