X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world_gate.h;h=4b3299aded23d2e47caf2b18388c361268e7e873;hb=6ab4435fb19beb6af6c52691793d5ca17a120f69;hp=b45c70d86c0f1ce3efb3896d1fa11dd79a3a97cc;hpb=2dd61c7f0185ec525658ca398801f46e6adccf23;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.h b/world_gate.h index b45c70d..4b3299a 100644 --- a/world_gate.h +++ b/world_gate.h @@ -20,7 +20,7 @@ VG_STATIC void world_gates_init(void); VG_STATIC void gate_transform_update( ent_gate *gate ); VG_STATIC void world_link_nonlocal_async( void *payload, u32 size ); VG_STATIC void world_unlink_nonlocal( world_instance *world ); -VG_STATIC int render_gate( world_instance *world_inside, +VG_STATIC int render_gate( world_instance *world, world_instance *world_inside, ent_gate *gate, camera *cam, int layer_depth ); VG_STATIC int gate_intersect( ent_gate *gate, v3f pos, v3f last );