summaryrefslogtreecommitdiff
path: root/demo.fs
diff options
context:
space:
mode:
Diffstat (limited to 'demo.fs')
-rw-r--r--demo.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo.fs b/demo.fs
index af6e190..791149c 100644
--- a/demo.fs
+++ b/demo.fs
@@ -12,6 +12,6 @@ out vec4 FragColor;
void main()
{
FragColor = mix(texture(box_texture, texture_coordinate),
- vec4(extra_color.xyz, 1.0),
+ texture(happy_texture, texture_coordinate),
0.2);
}