X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.c;h=0c4e8ebb9989ecfa983224a5a5860142d5c2d974;hb=96f8ce1f47009e5f763b05566db3f6cca07cdc76;hp=2eca813ceeda80941dffed10b9f76dcbc5438773;hpb=4c95c9c3e6033cd1360adacef3c80fc4da933715;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.c b/world_load.c index 2eca813..0c4e8eb 100644 --- a/world_load.c +++ b/world_load.c @@ -91,6 +91,7 @@ VG_STATIC void world_load_mdl( const char *path ) world_gen_routes_generate(); world_gen_compute_light_indices(); vg_async_call( async_world_postprocess_render, NULL, 0 ); + vg_async_stall(); mdl_close( meta ); world->status = k_world_status_loaded;