Skip to content

Commit 522256a

Browse files
committed
ok whatever
1 parent 4e3d5d7 commit 522256a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source/funkin/backend/assets/Paths.hx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ class Paths
4040
}
4141
}
4242
}
43-
if (returnedPath.toLowerCase() != fixedPath.toLowerCase()) {
44-
trace("linux path broke");
45-
trace(fixedPath);
46-
}
47-
else returnedPath = fixedPath;
43+
if (returnedPath.toLowerCase() == fixedPath.toLowerCase()) returnedPath = fixedPath;
4844
#end
4945
return returnedPath;
5046
}

0 commit comments

Comments
 (0)