From 74ed05dbd97987a3515802131fb8ac263c8261b9 Mon Sep 17 00:00:00 2001 From: Lily Date: Thu, 12 Dec 2024 15:20:51 +0300 Subject: [PATCH] Update Paths.hx --- source/funkin/backend/assets/Paths.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/funkin/backend/assets/Paths.hx b/source/funkin/backend/assets/Paths.hx index cd691e23b..7a3919672 100644 --- a/source/funkin/backend/assets/Paths.hx +++ b/source/funkin/backend/assets/Paths.hx @@ -182,7 +182,7 @@ class Paths return FlxAtlasFrames.fromAseprite('$key.png', '$key.json'); inline static public function getAssetsRoot():String - return ModsFolder.currentModFolder != null ? '${ModsFolder.modsPath}${ModsFolder.currentModFolder}' : #if (sys &&!mobile && TEST_BUILD) './${Main.pathBack}assets/' #else './assets' #end; + return ModsFolder.currentModFolder != null ? '${ModsFolder.modsPath}${ModsFolder.currentModFolder}' : #if (sys && !mobile && TEST_BUILD) './${Main.pathBack}assets/' #else './assets' #end; /** * Gets frames at specified path. @@ -340,4 +340,4 @@ class ScriptPathInfo { this.file = file; this.library = library; } -} \ No newline at end of file +}