X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=shaders%2Fmodel_font.h;h=e3361ab8c6e91d199d9a3313416167472e7befae;hb=53597f45307d8a2120e3a0bbe71797b216e8750b;hp=48753a9706c6e59aeabb9fc06670eb6ab9ada331;hpb=c2b59441df0383807ba093295af2e4400e552f39;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/shaders/model_font.h b/shaders/model_font.h index 48753a9..e3361ab 100644 --- a/shaders/model_font.h +++ b/shaders/model_font.h @@ -56,7 +56,7 @@ static struct vg_shader _shader_model_font = { "\n" " aUv = a_uv;\n" " aNorm = vec4( mat3(uMdl) * a_norm, 0.0 );\n" -" aCo = a_co;\n" +" aCo = co;\n" " aWorldCo = world_pos0;\n" "}\n" ""},