mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 13:05:43 -04:00
shaders/cccalibrator: Fix GLSL compile error
This commit is contained in:
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…
x
Reference in New Issue
Block a user