@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.
@@ -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
- pixi_js.ticker.shared.add(dragonBones$1.PixiFactory._clockHandler, dragonBones$1.PixiFactory);
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 () {