Wrong check in default assets library

This commit is contained in:
Valerio Santinelli
2015-10-02 23:40:01 +02:00
parent 4c3eeed57e
commit c624bb4935

View File

@@ -712,7 +712,7 @@ class DefaultAssetLibrary extends AssetLibrary {
if (!className.exists (asset.id)) {
#if ios || tvos
#if (ios || tvos)
path.set (asset.id, "assets/" + asset.path);
#else
path.set (asset.id, asset.path);