fallback board
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_miniworld.c
index af4d66810164b8b98d054719608effa45bd09118..baee0c3cf34af6beaed44e789a871558e7f1c7c3 100644 (file)
@@ -87,7 +87,7 @@ static void ent_miniworld_render( world_instance *host_world, camera *cam ){
       return;
 
    render_world_override( dest_world, host_world, global_miniworld.mmdl, cam,
-                          NULL, 0.0f );
+                          NULL, (v4f){dest_world->tar_min,10000.0f,0.0f,0.0f} );
    render_world_routes( dest_world, host_world, 
                         global_miniworld.mmdl, cam, 0, 1 );