X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_render.h;h=7645b2650603f267d3296a0d209fd73b9aad2d50;hb=8f98fa2ae18576b006d7a2bd2d5dc216333ebf63;hp=846e2d83f7f53694147231ca09a02b2246a3caaf;hpb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;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 ); \