From 0abcd75935c9bfcd9aea75099d7edccc5e9c318d Mon Sep 17 00:00:00 2001 From: George FunBook Date: Thu, 23 Jan 2025 10:21:39 -0600 Subject: [PATCH] D'oh --- flixel/addons/ui/FlxUITypedButton.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flixel/addons/ui/FlxUITypedButton.hx b/flixel/addons/ui/FlxUITypedButton.hx index 60c3e55..ab0255c 100644 --- a/flixel/addons/ui/FlxUITypedButton.hx +++ b/flixel/addons/ui/FlxUITypedButton.hx @@ -179,9 +179,9 @@ class FlxUITypedButton extends FlxTypedButton implements IFlxUIB { super.graphicLoaded(); - setupAnimation(getToggleStatusAnimation(NORMAL, 3)); - setupAnimation(getToggleStatusAnimation(HIGHLIGHT, #if FLX_MOUSE 4 #else 3 #end)); - setupAnimation(getToggleStatusAnimation(PRESSED, 5)); + setupAnimation(getToggleStatusAnimation(NORMAL), 3); + setupAnimation(getToggleStatusAnimation(HIGHLIGHT), #if FLX_MOUSE 4 #else 3 #end); + setupAnimation(getToggleStatusAnimation(PRESSED), 5); if (_autoCleanup) {