From 822c55fc3879bdb0c140e36a317218195cf93c0b Mon Sep 17 00:00:00 2001 From: George FunBook Date: Mon, 9 Dec 2024 14:27:11 -0600 Subject: [PATCH] use dir type --- flixel/addons/ui/FlxUIPopup.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flixel/addons/ui/FlxUIPopup.hx b/flixel/addons/ui/FlxUIPopup.hx index 0b6f1d2..8c2aef2 100644 --- a/flixel/addons/ui/FlxUIPopup.hx +++ b/flixel/addons/ui/FlxUIPopup.hx @@ -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; }