aboutsummaryrefslogtreecommitdiffstats
path: root/resources/textureshader.frag
diff options
context:
space:
mode:
Diffstat (limited to 'resources/textureshader.frag')
-rw-r--r--resources/textureshader.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/textureshader.frag b/resources/textureshader.frag
index 37a8a219..ef728b04 100644
--- a/resources/textureshader.frag
+++ b/resources/textureshader.frag
@@ -12,5 +12,5 @@ void main()
{
vec4 texture_color = texture(texture_sampler, fragment_uv);
- colour = texture_color;
+ colour = texture_color * fragment_colour;
}