X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_render.h;h=ae9399bf8e02d711484159672c0384bd8aaabc9b;hb=0ae443b3f6b4b753f9a2eba58da597ae8cb14b4f;hp=8398a60cd526b5dfb2369bf894e694cdf42d0cf5;hpb=23a1be081ab9e378cba49a23b8ed4d4082b580c1;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_render.h b/world_render.h index 8398a60..ae9399b 100644 --- a/world_render.h +++ b/world_render.h @@ -249,6 +249,7 @@ VG_STATIC void render_world( m4x4f projection, m4x3f camera ) { render_sky( camera ); render_world_routes( projection, camera[3] ); + render_world_standard( projection, camera[3] ); render_world_vb( projection, camera[3] ); render_world_alphatest( projection, camera[3] ); render_terrain( projection, camera[3] );