We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d57b07 commit 7694fd6Copy full SHA for 7694fd6
res/gamedata/shaders/gl/iostructs/v_build.h
@@ -28,6 +28,6 @@ void main()
28
v2p_build_Tex0 = O.Tex0;
29
v2p_build_Tex1 = O.Tex1;
30
v2p_build_Tex2 = O.Tex2;
31
- v2p_build_Tex3 = O.Tex2;
+ v2p_build_Tex3 = O.Tex3;
32
gl_Position = O.HPos;
33
}
0 commit comments