Skip to content

Commit

Permalink
potentially prevent ci errors (#2943)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli authored Oct 18, 2023
1 parent a33b47d commit f7c0915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/animation/FlxAnimationController.hx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class FlxAnimationController implements IFlxDestroyable
/**
* Internal, stores all the animation that were added to this sprite.
*/
var _animations(default, null) = new Map<String, FlxAnimation>();
var _animations(default, null):Map<String, FlxAnimation> = [];

var _prerotated:FlxPrerotatedAnimation;

Expand Down

0 comments on commit f7c0915

Please sign in to comment.