diff --git a/flixel/animation/FlxAnimationController.hx b/flixel/animation/FlxAnimationController.hx index ff8d5da26a..e9b8c440b5 100644 --- a/flixel/animation/FlxAnimationController.hx +++ b/flixel/animation/FlxAnimationController.hx @@ -96,6 +96,7 @@ class FlxAnimationController implements IFlxDestroyable * Works only with looped animations. * * @param animName The name of the current animation + * @since 5.9.0 */ public final onLoop = new FlxTypedSignal<(animName:String)->Void>();