Skip to content

Commit

Permalink
shaders: Fix dumb shader.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Nov 29, 2015
1 parent 4ee1202 commit ca185f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified res/gamedata/shaders/gl/dumb.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion res/gamedata/shaders/gl/dumb.vs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

//////////////////////////////////////////////////////////////////////////////////////////
// Vertex
v2p_dumb main ( v_dumb I )
v2p_dumb _main ( v_dumb I )
{
v2p_dumb O;

Expand Down

0 comments on commit ca185f4

Please sign in to comment.