mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 16:15:45 -04:00
shaders/cccalibrator: Fix GLSL compile error
This commit is contained in:
@ -81,7 +81,7 @@ void main()
|
|||||||
|
|
||||||
|
|
||||||
float2 texcoord = GetCoordinates();
|
float2 texcoord = GetCoordinates();
|
||||||
float2 time = GetTime();
|
float2 time = float2(GetTime());
|
||||||
// int FrameCount = GetFrameCount();
|
// int FrameCount = GetFrameCount();
|
||||||
float4 color = Sample();
|
float4 color = Sample();
|
||||||
// float brightness_scale = GetOption(BRIGHTNESS_SCALE);
|
// float brightness_scale = GetOption(BRIGHTNESS_SCALE);
|
||||||
|
Reference in New Issue
Block a user