@urso/core 0.7.27 → 0.7.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -177,8 +177,8 @@ class ModulesAssetsService {
|
|
|
177
177
|
* @param {Object} assetsSpace
|
|
178
178
|
* @param {String} group
|
|
179
179
|
*/
|
|
180
|
-
_processLoadedAtlases(group) {
|
|
181
|
-
const atlases =
|
|
180
|
+
_processLoadedAtlases(assetsSpace, group) {
|
|
181
|
+
const atlases = assetsSpace[group].filter(assetModel => assetModel.type === Urso.types.assets.ATLAS);
|
|
182
182
|
|
|
183
183
|
for (let assetModel of atlases) {
|
|
184
184
|
const assetKey = assetModel.key;
|