Skip to content
Snippets Groups Projects
Commit 57521d59 authored by David Parks's avatar David Parks
Browse files

Fix for accidental checkin of hot pink fullbright.

parent 7f36558d
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,6 @@ void main() ...@@ -23,7 +23,6 @@ void main()
color.rgb = fullbrightScaleSoftClip(color.rgb); color.rgb = fullbrightScaleSoftClip(color.rgb);
//gl_FragColor = color; gl_FragColor = color;
gl_FragColor = vec4(1,0,1,1);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment