@galacean/engine 1.0.2 → 1.0.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/browser.js CHANGED
@@ -36026,9 +36026,7 @@
36026
36026
  mipmap: samplerInfo == null ? void 0 : samplerInfo.mipmap
36027
36027
  }
36028
36028
  }).then(function(texture) {
36029
- if (!texture.name) {
36030
- texture.name = textureName || imageName || "texture_" + index1;
36031
- }
36029
+ texture.name = textureName || imageName || texture.name || "texture_" + index1;
36032
36030
  if (sampler !== undefined) {
36033
36031
  _this._parseSampler(texture, samplerInfo);
36034
36032
  }
@@ -38650,7 +38648,7 @@
38650
38648
  ], GALACEAN_animation_event);
38651
38649
 
38652
38650
  //@ts-ignore
38653
- var version = "1.0.2";
38651
+ var version = "1.0.3";
38654
38652
  console.log("Galacean engine version: " + version);
38655
38653
  for(var key in CoreObjects){
38656
38654
  Loader.registerClass(key, CoreObjects[key]);