Skip to content

Commit 7694fd6

Browse files
committed
shaders: Fix typo in v_build iostruct.
1 parent 3d57b07 commit 7694fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/gamedata/shaders/gl/iostructs/v_build.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ void main()
2828
v2p_build_Tex0 = O.Tex0;
2929
v2p_build_Tex1 = O.Tex1;
3030
v2p_build_Tex2 = O.Tex2;
31-
v2p_build_Tex3 = O.Tex2;
31+
v2p_build_Tex3 = O.Tex3;
3232
gl_Position = O.HPos;
3333
}

0 commit comments

Comments
 (0)