Skip to content

Commit

Permalink
use dir type
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Dec 9, 2024
1 parent a5d07fe commit 822c55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/addons/ui/FlxUIPopup.hx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class FlxUIPopup extends FlxUISubState implements IFlxUIWidget
return alpha = Value;
}

private function set_facing(Value:Int):Int
private function set_facing(Value:FlxDirectionFlags):FlxDirectionFlags
{
return facing = Value;
}
Expand Down

0 comments on commit 822c55f

Please sign in to comment.