Skip to content

Commit

Permalink
shaders: Fix typo in v_build iostruct.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Mar 24, 2016
1 parent 3d57b07 commit 7694fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/gamedata/shaders/gl/iostructs/v_build.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ void main()
v2p_build_Tex0 = O.Tex0;
v2p_build_Tex1 = O.Tex1;
v2p_build_Tex2 = O.Tex2;
v2p_build_Tex3 = O.Tex2;
v2p_build_Tex3 = O.Tex3;
gl_Position = O.HPos;
}

0 comments on commit 7694fd6

Please sign in to comment.