@galacean/engine-core 0.0.0-experimental-double11.1 → 0.0.0-experimental-double11.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.
package/dist/main.js CHANGED
@@ -24971,7 +24971,6 @@ exports.AnimatorLayerBlendingMode = void 0;
24971
24971
  var state = playState.state;
24972
24972
  var clipDuration = state.clip.length;
24973
24973
  if (this.speed * state.speed >= 0) {
24974
- console.log(999, clipTime, lastClipTime);
24975
24974
  if (clipTime < lastClipTime) {
24976
24975
  this._checkSubTransition(playState, transitions, layerIndex, lastClipTime, state.clipEndTime * clipDuration);
24977
24976
  playState.currentTransitionIndex = 0;