Wrong check in default assets library
This commit is contained in:
@@ -712,7 +712,7 @@ class DefaultAssetLibrary extends AssetLibrary {
|
|||||||
|
|
||||||
if (!className.exists (asset.id)) {
|
if (!className.exists (asset.id)) {
|
||||||
|
|
||||||
#if ios || tvos
|
#if (ios || tvos)
|
||||||
path.set (asset.id, "assets/" + asset.path);
|
path.set (asset.id, "assets/" + asset.path);
|
||||||
#else
|
#else
|
||||||
path.set (asset.id, asset.path);
|
path.set (asset.id, asset.path);
|
||||||
|
|||||||
Reference in New Issue
Block a user