X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=font.h;h=fa144c40576a8c5079dc930b04ea12aea2ceb225;hb=0ba0bbe2da453f17f56a88521057e6514ae30b8f;hp=15ecde6de3bd1b18ebc61e2506411b23477180bc;hpb=238a3a4ef19bb137e2a878ee38f99d253eddb51c;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/font.h b/font.h index 15ecde6..fa144c4 100644 --- a/font.h +++ b/font.h @@ -166,13 +166,13 @@ static void font3d_bind( font3d *font, enum font_shader shader, shader_scene_font_uTexGarbage(0); shader_scene_font_uTexMain(1); - shader_scene_font_uPv( skaterift.cam.mtx.pv ); + shader_scene_font_uPv( g_render.cam.mtx.pv ); shader_scene_font_uTime( vg.time ); WORLD_BIND_LIGHT_BUFFERS_UB0_TEX234( world, scene_font ); bind_terrain_noise(); - shader_scene_font_uCamera( skaterift.cam.transform[3] ); + shader_scene_font_uCamera( g_render.cam.transform[3] ); } mesh_bind( &font->mesh ); }