From a519ca8b9a09572c77c079f17232e440fede2c4a Mon Sep 17 00:00:00 2001 From: Lucky56 <55949451+Lucky-56@users.noreply.github.com> Date: Wed, 9 Jun 2021 03:21:14 +0200 Subject: [PATCH] f... me --- source/Song.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Song.hx b/source/Song.hx index 3ce884d..97d8ee2 100644 --- a/source/Song.hx +++ b/source/Song.hx @@ -50,7 +50,7 @@ class Song trace('loading ' + folder.toLowerCase() + '/' + jsonInput.toLowerCase()); - var rawJson = Assets.getText(Paths.json(folder + '/' + jsonInput.toLowerCase())).trim(); + var rawJson = Assets.getText(Paths.json(folder.toLowerCase() + '/' + jsonInput.toLowerCase())).trim(); while (!rawJson.endsWith("}")) {