We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6ff3e commit 0a99bb7Copy full SHA for 0a99bb7
Packages/src/Shaders/UIEffect.cginc
@@ -65,7 +65,7 @@ float2 texel_size()
65
66
float transition_rate()
67
{
68
- return frac(_TransitionAutoPlaySpeed * _Time.y + _TransitionRate);
+ return frac(_TransitionAutoPlaySpeed * _Time.y + _TransitionRate * 0.9999);
69
}
70
71
float3 rgb_to_hsv(float3 c)
0 commit comments