@galacean/engine-core 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/main.js CHANGED
@@ -24762,7 +24762,6 @@ exports.AnimatorLayerBlendingMode = void 0;
24762
24762
  var state = playState.state;
24763
24763
  var clipDuration = state.clip.length;
24764
24764
  if (this.speed * state.speed >= 0) {
24765
- console.log(999, clipTime, lastClipTime);
24766
24765
  if (clipTime < lastClipTime) {
24767
24766
  this._checkSubTransition(playState, transitions, layerIndex, lastClipTime, state.clipEndTime * clipDuration);
24768
24767
  playState.currentTransitionIndex = 0;