Skip to content

Commit

Permalink
fix list
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Dec 7, 2024
1 parent e9e90df commit c1e0308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/system/frontEnds/AssetFrontEnd.hx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class AssetFrontEnd
for (path in sys.FileSystem.readDirectory(directory))
{
if (sys.FileSystem.isDirectory('$directory/$path'))
addFiles('$directory/$path',path + '/');
addFiles('$directory/$path', prefix + path + '/');
else
list.push(prefix + path);
}
Expand Down

0 comments on commit c1e0308

Please sign in to comment.