@zhongguo168a/yxeditor-common 0.0.95 → 0.0.96

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/index.esm.js CHANGED
@@ -5030,7 +5030,7 @@ class AssetLoader extends Dispatcher {
5030
5030
  loadTexture2D(uri, otherConfig) {
5031
5031
  let item = new LoaderItem();
5032
5032
  item.type = "Texture2D";
5033
- item.uri = new AssetURI(uri);
5033
+ item.uri = new AssetURI(uri + "@6c48a");
5034
5034
  if (otherConfig) {
5035
5035
  item.onComplete = otherConfig.onComplete;
5036
5036
  }