X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_miniworld.c;fp=ent_miniworld.c;h=08e7093e31e6e40e371fe5d84a99261214d7b190;hb=43dc3602effdf0af4f22ce78c0e76565c0be03e6;hp=9c439c7c797a5c7f44bd7abc233f8d7540e93560;hpb=d171c9ad5de05c9ac8563fcf9f23760b93fb50f8;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_miniworld.c b/ent_miniworld.c index 9c439c7..08e7093 100644 --- a/ent_miniworld.c +++ b/ent_miniworld.c @@ -57,7 +57,7 @@ static void ent_miniworld_render( world_instance *host_world, camera *cam ){ m4x3f mmdl; mdl_transform_m4x3( &miniworld->transform, mmdl ); render_world_override( dest_world, host_world, mmdl, cam ); - //render_world_routes( , &skaterift.cam, 1 ); + render_world_routes( dest_world, host_world, mmdl, cam, 0, 1 ); } static void ent_miniworld_preupdate(void){