shaders/cccalibrator: Fix GLSL compile error

pull/1263/head
Connor McLaughlin 4 years ago
parent faa016eaee
commit 7ca0d357cb

@ -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);

Loading…
Cancel
Save