2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 00:27:43 +00:00

Update submodule

This commit is contained in:
Jack Andersen
2016-07-26 18:14:46 -10:00
parent f2a7c0cc4d
commit dcd41271c3
3 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ BOO_GLSL_BINDING_HEAD
" vtf.sceneUv = uvIn.xy;\n"
" vtf.shiftUv = (mat3(shiftMtx) * uvIn.xyz).xy;\n"
" vtf.shiftScale = shiftScale.xy;\n"
" gl_Position = FLIPFROMGL(vec4(posIn.xyz, 1.0));\n"
" gl_Position = vec4(posIn.xyz, 1.0);\n"
"}\n";
static const char* FS =