Use paths.get() when pathGroups was already checked.
This commit is contained in:
@@ -477,7 +477,7 @@ class AssetLibrary
|
||||
}
|
||||
else
|
||||
{
|
||||
return AudioBuffer.loadFromFile(getPath(id));
|
||||
return AudioBuffer.loadFromFile(paths.get(id));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user