Skip to content

Commit 77cb01c

Browse files
committed
Fix R3 failing on FXAA compilation
1 parent 404d528 commit 77cb01c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

res/gamedata/shaders/r3/fxaa.ps

47 Bytes
Binary file not shown.

res/gamedata/shaders/r3/fxaa_main.ps

-3 Bytes
Binary file not shown.

res/gamedata/shaders/r3/fxaa_main.vs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ v2p main ( v I )
2323
O.Tex0 = I.Tex0;
2424

2525
return O;
26-
}
26+
}

0 commit comments

Comments
 (0)