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
seems like Reg.getBounceImage() is checking to see if the created bitmap image is null or not, and it's being returned as non-null, when it should be null'd on the reset state in some way or another, since our graphic assumingly gets destroyed by flixel
The simple fix I've done is just remove that little check, might be bad practice, i'm actually still noob with doing destroy() on things and all that.
Happens here: https://github.com/HaxeFlixel/flixel-demos/blob/dev/Arcade/Flappybalt/source/PlayState.hx#L153
Pressing Ctrl/Shift/Alt + E causes the panels to reset to their default sprite, probably because of
FlxG.resetState
.2024-11-12.14-15-14.mp4
The text was updated successfully, but these errors were encountered: