From 50a3c579bffbbf9d9c8ad089895c31a260a7fc88 Mon Sep 17 00:00:00 2001 From: hgn Date: Tue, 18 Feb 2025 14:40:54 +0000 Subject: [PATCH] fixie wixie fucksy wucksie --- src/world_entity.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/world_entity.c b/src/world_entity.c index 7ded96b..e550518 100644 --- a/src/world_entity.c +++ b/src/world_entity.c @@ -183,6 +183,9 @@ void world_gen_entities_init( world_instance *world ) light->angle_sin_cos[1] = cosf( light->angle * 0.5f ); } + vg_async_call( world_link_gates_async, world, 0 ); + vg_async_stall(); + world->nonlocal_gate_count = 0; for( u32 j=0; jent_gate); j ++ ) { @@ -201,9 +204,6 @@ void world_gen_entities_init( world_instance *world ) for( u32 i=0; inonlocal_gate_count; i ++ ) world->nonlocal_gates_cubemaps[i] = 0; - vg_async_call( world_link_gates_async, world, 0 ); - vg_async_stall(); - for( u32 j=0; jent_gate); j ++ ) { ent_gate *gate = af_arritm( &world->ent_gate, j ); -- 2.25.1