render routes in mini-world
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_miniworld.c
index 9c439c7c797a5c7f44bd7abc233f8d7540e93560..08e7093e31e6e40e371fe5d84a99261214d7b190 100644 (file)
@@ -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){