@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 +0 -1
- package/dist/main.js.map +1 -1
- package/dist/miniprogram.js +0 -1
- package/dist/module.js +0 -1
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/types/shader/enums/RenderStateElementKey.d.ts +3 -1
package/dist/miniprogram.js
CHANGED
|
@@ -24972,7 +24972,6 @@ exports.AnimatorLayerBlendingMode = void 0;
|
|
|
24972
24972
|
var state = playState.state;
|
|
24973
24973
|
var clipDuration = state.clip.length;
|
|
24974
24974
|
if (this.speed * state.speed >= 0) {
|
|
24975
|
-
console.log(999, clipTime, lastClipTime);
|
|
24976
24975
|
if (clipTime < lastClipTime) {
|
|
24977
24976
|
this._checkSubTransition(playState, transitions, layerIndex, lastClipTime, state.clipEndTime * clipDuration);
|
|
24978
24977
|
playState.currentTransitionIndex = 0;
|
package/dist/module.js
CHANGED
|
@@ -24967,7 +24967,6 @@ var AnimatorLayerBlendingMode;
|
|
|
24967
24967
|
var state = playState.state;
|
|
24968
24968
|
var clipDuration = state.clip.length;
|
|
24969
24969
|
if (this.speed * state.speed >= 0) {
|
|
24970
|
-
console.log(999, clipTime, lastClipTime);
|
|
24971
24970
|
if (clipTime < lastClipTime) {
|
|
24972
24971
|
this._checkSubTransition(playState, transitions, layerIndex, lastClipTime, state.clipEndTime * clipDuration);
|
|
24973
24972
|
playState.currentTransitionIndex = 0;
|