Skip to content
Snippets Groups Projects
Commit b6f2b2f3 authored by Adam Moss's avatar Adam Moss
Browse files

remove a now-unused uniform.

parent 62f7777b
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,6 @@ out vec4 frag_color; ...@@ -29,8 +29,6 @@ out vec4 frag_color;
#define frag_color gl_FragColor #define frag_color gl_FragColor
#endif #endif
uniform float minimum_alpha;
uniform sampler2D diffuseMap; uniform sampler2D diffuseMap;
VARYING float pos_zd2; VARYING float pos_zd2;
......
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