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
It thinks float height = 1 - ratio; must always be null or negative, which is nonsense even when looking at the source for ratio (it returns a float [0,1] which then is limited to (0,1], so height is [0,1)).