Skip to content

Commit ca185f4

Browse files
committed
shaders: Fix dumb shader.
1 parent 4ee1202 commit ca185f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

res/gamedata/shaders/gl/dumb.ps

8 Bytes
Binary file not shown.

res/gamedata/shaders/gl/dumb.vs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
//////////////////////////////////////////////////////////////////////////////////////////
55
// Vertex
6-
v2p_dumb main ( v_dumb I )
6+
v2p_dumb _main ( v_dumb I )
77
{
88
v2p_dumb O;
99

0 commit comments

Comments
 (0)