Skip to content

Commit 406f76a

Browse files
authored
improve lagspike?
1 parent 1a855e5 commit 406f76a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/funkin/backend/assets/Paths.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class Paths
3838
for (entry in entries) {
3939
if (entry.toLowerCase() == part.toLowerCase()) {
4040
fixedPath += entry + (it != parts.length - 1 ? "/" : "");
41+
break;
4142
}
4243
}
4344
}

0 commit comments

Comments
 (0)