You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Math.clamp(x, 0, -0) currently throws. It shouldn't — mathematical operations interpret 0 as equal to -0, not greater than -0. The result should be either 0 or -0.