@galacean/engine-core 1.0.1 → 1.0.2

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