Skip to content

Commit

Permalink
Use paths.get() when pathGroups was already checked.
Browse files Browse the repository at this point in the history
  • Loading branch information
player-03 committed Jan 18, 2024
1 parent 3c43155 commit 40d70d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lime/utils/AssetLibrary.hx
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class AssetLibrary
}
else
{
return AudioBuffer.loadFromFile(getPath(id));
return AudioBuffer.loadFromFile(paths.get(id));
}
}
}
Expand Down

0 comments on commit 40d70d8

Please sign in to comment.