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
invert atan2 condition to default future Lua targets to math.atan
Enumerate the older targets that need math.atan2 instead of the newer
ones that need math.atan, so any future Lua target (5.6+) defaults to
the modern behavior rather than silently regressing.
0 commit comments