Skip to content

Commit 822c55f

Browse files
committed
use dir type
1 parent a5d07fe commit 822c55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flixel/addons/ui/FlxUIPopup.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class FlxUIPopup extends FlxUISubState implements IFlxUIWidget
7272
return alpha = Value;
7373
}
7474

75-
private function set_facing(Value:Int):Int
75+
private function set_facing(Value:FlxDirectionFlags):FlxDirectionFlags
7676
{
7777
return facing = Value;
7878
}

0 commit comments

Comments
 (0)