medfall

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

commit 7074b22c2820c5d996ed1762f9ce9d9c225a6b91
parent 11826b723dc1c8a576c0411e2367d9e1aa51a04d
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Thu Nov  3 21:13:41 +0200

UBO -> UB

Diffstat:
bsp.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsp.cc b/bsp.cc @@ -375,7 +375,7 @@ extern "C" GAME_FRAME( game_frame ) { RenderState render_state = { }; render_state.shader = game->test_shader; - render_state.ubs[ UBO_VS_HOT ] = test_ub; + render_state.ubs[ UB_VS_HOT ] = test_ub; bspr_render( &game->bspr, GLMV3( game->pos ), render_state ); immediate_init( &imm, triangles, ARRAY_COUNT( triangles ) );