diff --git a/source/mobile/funkin/backend/utils/TouchUtil.hx b/source/mobile/funkin/backend/utils/TouchUtil.hx index 180659e09..5b818af5c 100644 --- a/source/mobile/funkin/backend/utils/TouchUtil.hx +++ b/source/mobile/funkin/backend/utils/TouchUtil.hx @@ -49,7 +49,6 @@ class TouchUtil return false; } - public static function overlapsComplex(object:FlxObject, ?camera:FlxCamera):Bool { if (camera == null)