summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/shaders/particles.frag1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/shaders/particles.frag b/resources/shaders/particles.frag
index fdbd8f0..a21d91b 100644
--- a/resources/shaders/particles.frag
+++ b/resources/shaders/particles.frag
@@ -12,4 +12,5 @@ void main()
{
vec4 c = texture(particle_texture, TexCoords);
fragColor = c*vec4(1,1,1,alpha);
+ //fragColor = vec4(1);
}