summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2024-05-10 13:34:09 -0400
committersotech117 <michael_foiani@brown.edu>2024-05-10 13:34:09 -0400
commit63d2e9cbf4508d5118c654e81ea4da33763dc73f (patch)
tree95f7fbb6838c9b3cba31d0f39783614b2149a6a3 /resources
parent9a9bb1a85de1eddb993efa635a59c693c37ec32f (diff)
jess updated
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);
}