@galacean/effects-core 2.4.5 → 2.4.6
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/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects runtime core for the web
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
|
|
6
|
-
* Version: v2.4.
|
|
6
|
+
* Version: v2.4.6
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -19077,8 +19077,6 @@ exports.ParticleSystem = /*#__PURE__*/ function(Component) {
|
|
|
19077
19077
|
finish = true;
|
|
19078
19078
|
}
|
|
19079
19079
|
}
|
|
19080
|
-
} else {
|
|
19081
|
-
break;
|
|
19082
19080
|
}
|
|
19083
19081
|
// @ts-expect-error
|
|
19084
19082
|
}while ((node = node.pre) && !finish);
|
|
@@ -31662,7 +31660,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem);
|
|
|
31662
31660
|
registerPlugin("particle", ParticleLoader, exports.VFXItem);
|
|
31663
31661
|
registerPlugin("cal", CalculateLoader, exports.VFXItem);
|
|
31664
31662
|
registerPlugin("interact", InteractLoader, exports.VFXItem);
|
|
31665
|
-
var version = "2.4.
|
|
31663
|
+
var version = "2.4.6";
|
|
31666
31664
|
logger.info("Core version: " + version + ".");
|
|
31667
31665
|
|
|
31668
31666
|
exports.AbstractPlugin = AbstractPlugin;
|