X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.c;h=2bc0e4c7f1384cd7011aee2b4f3a2cedf1dd3349;hb=15c0b8cb57ed5d10814103eaa0b5c06e8ae117e4;hp=c23d022fec2911716c2d79bc3cb4b8efb888f5e0;hpb=d3021395f97b2ae244835c6656008386c8874343;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.c b/skaterift.c index c23d022..2bc0e4c 100644 --- a/skaterift.c +++ b/skaterift.c @@ -464,7 +464,8 @@ static void render_scene(void){ m4x3f identity; m4x3_identity( identity ); render_world_override( world, world, identity, &skaterift.cam, - respawn_chooser.spawn, 1.0f ); + respawn_chooser.spawn, + (v4f){world->tar_min, world->tar_max, 1.0f, 0.0f}); render_world_routes( world, world, identity, &skaterift.cam, 0, 1 ); return; }