X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=inline;f=ent_miniworld.c;h=e425fa2da2212d24651e1cf91a0f56496c23ee81;hb=15c0b8cb57ed5d10814103eaa0b5c06e8ae117e4;hp=af4d66810164b8b98d054719608effa45bd09118;hpb=70ff4a83e5a4b35436388d9bb999c939559ac23f;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_miniworld.c b/ent_miniworld.c index af4d668..e425fa2 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){-10000.0f,10000.0f,0.0f,0.0f} ); render_world_routes( dest_world, host_world, global_miniworld.mmdl, cam, 0, 1 );