loads the description
[carveJwlIkooP6JGAAIwe30JlM.git] / world_load.c
index 2eca813ceeda80941dffed10b9f76dcbc5438773..0c4e8ebb9989ecfa983224a5a5860142d5c2d974 100644 (file)
@@ -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;