X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_render.h;h=b02116e1dd57cd9828be10f4ca21472c2731ddf5;hb=00653e446d6b1310fa89d3aace70800f9fef4122;hp=383706853a4aeb1325f32555da58d47069e0d27c;hpb=43dc3602effdf0af4f22ce78c0e76565c0be03e6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_render.h b/world_render.h index 3837068..b02116e 100644 --- a/world_render.h +++ b/world_render.h @@ -83,7 +83,8 @@ static void bind_terrain_noise(void); static void render_world_override( world_instance *world, world_instance *lighting_source, m4x3f mmdl, - camera *cam ); + camera *cam, + ent_spawn *dest_spawn ); #define WORLD_BIND_LIGHT_BUFFERS_UB0_TEX234( WORLD, SHADER ) \ world_link_lighting_ub( WORLD, _shader_##SHADER.id ); \