@galacean/engine 1.0.1 → 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
@@ -29339,7 +29339,6 @@
29339
29339
  var state = playState.state;
29340
29340
  var clipDuration = state.clip.length;
29341
29341
  if (this.speed * state.speed >= 0) {
29342
- console.log(999, clipTime, lastClipTime);
29343
29342
  if (clipTime < lastClipTime) {
29344
29343
  this._checkSubTransition(playState, transitions, layerIndex, lastClipTime, state.clipEndTime * clipDuration);
29345
29344
  playState.currentTransitionIndex = 0;
@@ -36027,9 +36026,7 @@
36027
36026
  mipmap: samplerInfo == null ? void 0 : samplerInfo.mipmap
36028
36027
  }
36029
36028
  }).then(function(texture) {
36030
- if (!texture.name) {
36031
- texture.name = textureName || imageName || "texture_" + index1;
36032
- }
36029
+ texture.name = textureName || imageName || texture.name || "texture_" + index1;
36033
36030
  if (sampler !== undefined) {
36034
36031
  _this._parseSampler(texture, samplerInfo);
36035
36032
  }
@@ -38651,7 +38648,7 @@
38651
38648
  ], GALACEAN_animation_event);
38652
38649
 
38653
38650
  //@ts-ignore
38654
- var version = "1.0.1";
38651
+ var version = "1.0.3";
38655
38652
  console.log("Galacean engine version: " + version);
38656
38653
  for(var key in CoreObjects){
38657
38654
  Loader.registerClass(key, CoreObjects[key]);