X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_miniworld.c;h=baee0c3cf34af6beaed44e789a871558e7f1c7c3;hb=f7c3600e850cc57df80d70c1862cf554c0cf4502;hp=af4d66810164b8b98d054719608effa45bd09118;hpb=70ff4a83e5a4b35436388d9bb999c939559ac23f;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_miniworld.c b/ent_miniworld.c index af4d668..baee0c3 100644 --- a/ent_miniworld.c +++ b/ent_miniworld.c @@ -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 );