From 7ca0d357cba75be7256bea17ff9b51c023e0d070 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 19 Dec 2020 11:58:45 +1000 Subject: [PATCH] shaders/cccalibrator: Fix GLSL compile error --- data/shaders/Cccalibrator.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/shaders/Cccalibrator.glsl b/data/shaders/Cccalibrator.glsl index ca4188bc6..d4495fc36 100644 --- a/data/shaders/Cccalibrator.glsl +++ b/data/shaders/Cccalibrator.glsl @@ -81,7 +81,7 @@ void main() float2 texcoord = GetCoordinates(); - float2 time = GetTime(); + float2 time = float2(GetTime()); // int FrameCount = GetFrameCount(); float4 color = Sample(); // float brightness_scale = GetOption(BRIGHTNESS_SCALE);