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 4e3d5d7 commit 522256aCopy full SHA for 522256a
source/funkin/backend/assets/Paths.hx
@@ -40,11 +40,7 @@ class Paths
40
}
41
42
43
- if (returnedPath.toLowerCase() != fixedPath.toLowerCase()) {
44
- trace("linux path broke");
45
- trace(fixedPath);
46
- }
47
- else returnedPath = fixedPath;
+ if (returnedPath.toLowerCase() == fixedPath.toLowerCase()) returnedPath = fixedPath;
48
#end
49
return returnedPath;
50
0 commit comments