@eva/plugin-renderer-dragonbone 1.2.3 → 1.2.4
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/EVA.plugin.renderer.dragonbone.js +1 -1
- package/dist/EVA.plugin.renderer.dragonbone.min.js +1 -1
- package/dist/miniprogram.js +1 -1
- package/dist/plugin-renderer-dragonbone.cjs.js +1 -1
- package/dist/plugin-renderer-dragonbone.cjs.prod.js +1 -1
- package/dist/plugin-renderer-dragonbone.esm.js +1 -1
- package/package.json +3 -3
|
@@ -17007,7 +17007,7 @@ var DragonBone = (function (_super) {
|
|
|
17007
17007
|
DragonBone.prototype.init = function () {
|
|
17008
17008
|
this.renderSystem = this.game.getSystem(pluginRenderer.RendererSystem);
|
|
17009
17009
|
this.renderSystem.rendererManager.register(this);
|
|
17010
|
-
|
|
17010
|
+
this.renderSystem.application.ticker.add(dragonBones$1.PixiFactory._clockHandler, dragonBones$1.PixiFactory);
|
|
17011
17011
|
};
|
|
17012
17012
|
DragonBone.prototype.componentChanged = function (changed) {
|
|
17013
17013
|
return __awaiter(this, void 0, void 0, function () {
|