Skip to content

Commit

Permalink
shaders: Fix iostructs typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Nov 29, 2015
1 parent 56981b2 commit c471388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/gamedata/shaders/gl/iostructs/v_TL2uv.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ v2p_TL2uv _main ( v_TL2uv I );
void main()
{
v_TL2uv I;
I.P = v_TL_P;
I.Tex0 = v_TL_Tex0;
I.Tex1 = v_TL_Tex1;
I.P = v_TL2uv_P;
I.Tex0 = v_TL2uv_Tex0;
I.Tex1 = v_TL2uv_Tex1;
I.Color = v_TL2uv_Color;

v2p_TL2uv O = _main (I);
Expand Down
Binary file modified res/gamedata/shaders/gl/stub_default_ma.ps
Binary file not shown.

0 comments on commit c471388

Please sign in to comment.