@galacean/engine-loader 0.0.0-experimental-0.9-plus.1 → 0.0.0-experimental-0.9-plus.3

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/dist/main.js CHANGED
@@ -3962,7 +3962,7 @@ var SpriteAtlasLoader = /*#__PURE__*/ function(Loader) {
3962
3962
  var atlasItem = atlasItems[i];
3963
3963
  if (atlasItem.img) {
3964
3964
  chainPromises.push(resourceManager.load({
3965
- url: atlasItem.img,
3965
+ url: GLTFUtil.parseRelativeUrl(item.url, atlasItem.img),
3966
3966
  type: engineCore.AssetType.Texture2D,
3967
3967
  params: {
3968
3968
  format: format,