update for ui api
[carveJwlIkooP6JGAAIwe30JlM.git] / world_render.h
index 846e2d83f7f53694147231ca09a02b2246a3caaf..7645b2650603f267d3296a0d209fd73b9aad2d50 100644 (file)
@@ -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 );                \