Skip to content

Commit

Permalink
Update Paths.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Sep 21, 2024
1 parent 81f2bfc commit 2b45293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Paths.hx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class Paths
#if sys
return FileSystem.readDirectory(path);
#else
// original by @MAJigsaw77
// original by Karim Akra
var files:Array<String> = [];

for (possibleFile in Assets.list().filter((f) -> f.contains(path))) {
Expand Down

0 comments on commit 2b45293

Please sign in to comment.