Skip to content

Commit c471388

Browse files
committed
shaders: Fix iostructs typo.
1 parent 56981b2 commit c471388

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ v2p_TL2uv _main ( v_TL2uv I );
1515
void main()
1616
{
1717
v_TL2uv I;
18-
I.P = v_TL_P;
19-
I.Tex0 = v_TL_Tex0;
20-
I.Tex1 = v_TL_Tex1;
18+
I.P = v_TL2uv_P;
19+
I.Tex0 = v_TL2uv_Tex0;
20+
I.Tex1 = v_TL2uv_Tex1;
2121
I.Color = v_TL2uv_Color;
2222

2323
v2p_TL2uv O = _main (I);
1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)