Skip to content

Commit

Permalink
D'oh
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Jan 23, 2025
1 parent 12f4d35 commit 0abcd75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flixel/addons/ui/FlxUITypedButton.hx
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ class FlxUITypedButton<T:FlxSprite> extends FlxTypedButton<T> 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)
{
Expand Down

0 comments on commit 0abcd75

Please sign in to comment.