We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a855e5 commit 406f76aCopy full SHA for 406f76a
source/funkin/backend/assets/Paths.hx
@@ -38,6 +38,7 @@ class Paths
38
for (entry in entries) {
39
if (entry.toLowerCase() == part.toLowerCase()) {
40
fixedPath += entry + (it != parts.length - 1 ? "/" : "");
41
+ break;
42
}
43
44
0 commit comments