X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world_render.h;fp=world_render.h;h=7645b2650603f267d3296a0d209fd73b9aad2d50;hb=61d4952a59c72dab12aa5cb9100d4433b2cdcedf;hp=846e2d83f7f53694147231ca09a02b2246a3caaf;hpb=5a233469f45ee7cbdc89cb87956f9ef2989ad1b5;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_render.h b/world_render.h index 846e2d8..7645b26 100644 --- a/world_render.h +++ b/world_render.h @@ -88,7 +88,7 @@ void render_world_override( world_instance *world, vg_camera *cam, ent_spawn *dest_spawn, v4f map_info ); void render_world_gates( world_instance *world, vg_camera *cam ); -void imgui_world_light_edit( world_instance *world ); +void imgui_world_light_edit( ui_context *ctx, world_instance *world ); #define WORLD_BIND_LIGHT_BUFFERS_UB0_TEX234( WORLD, SHADER ) \ world_link_lighting_ub( WORLD, _shader_##SHADER.id ); \