From a876f5e6011c3f6f42cc4b5c48723d8979e883af Mon Sep 17 00:00:00 2001 From: HackDev <80620538+Hackx2@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:13:45 +0000 Subject: [PATCH] Update import.hx --- source/import.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/import.hx b/source/import.hx index cb38aaeb..0eb96f7e 100644 --- a/source/import.hx +++ b/source/import.hx @@ -52,7 +52,7 @@ import game.objects.BGSprite; import game.states.PlayState; import game.states.LoadingState; - +import backend.utils.Controls; //Flixel import flixel.sound.FlxSound;