X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=inline;f=world_load.c;h=0c4e8ebb9989ecfa983224a5a5860142d5c2d974;hb=219e917c414052ad3adbb4e9a652b55757a7b6a9;hp=2eca813ceeda80941dffed10b9f76dcbc5438773;hpb=7fb47c3eb672f4468da8b5b452c09d44e1389d5f;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;