@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 +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/RenderPipeline/MeshRenderElement.d.ts +3 -1
- package/types/RenderPipeline/SpriteElement.d.ts +3 -1
- package/types/RenderPipeline/SpriteMaskElement.d.ts +3 -1
- package/types/RenderPipeline/TextRenderElement.d.ts +3 -1
- package/types/particle/modules/MainModule.d.ts +7 -5
- package/types/particle/modules/RotationOverLifetimeModule.d.ts +1 -1
- package/types/particle/modules/TextureSheetAnimationModule.d.ts +0 -4
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;
|