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
If you attempt to rotate any FlxObject, its angle will become NaN. I've so far been unable to determine why or where this happens. Because Flixel determines which drawing method to use based on rotation and scaling, I've put in a hack to force angle to 0 all the time.
The text was updated successfully, but these errors were encountered:
If you attempt to rotate any FlxObject, its angle will become NaN. I've so far been unable to determine why or where this happens. Because Flixel determines which drawing method to use based on rotation and scaling, I've put in a hack to force angle to 0 all the time.
The text was updated successfully, but these errors were encountered: