@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.
@@ -17003,7 +17003,7 @@ var DragonBone = (function (_super) {
17003
17003
  DragonBone.prototype.init = function () {
17004
17004
  this.renderSystem = this.game.getSystem(RendererSystem);
17005
17005
  this.renderSystem.rendererManager.register(this);
17006
- ticker.shared.add(dragonBones$1.PixiFactory._clockHandler, dragonBones$1.PixiFactory);
17006
+ this.renderSystem.application.ticker.add(dragonBones$1.PixiFactory._clockHandler, dragonBones$1.PixiFactory);
17007
17007
  };
17008
17008
  DragonBone.prototype.componentChanged = function (changed) {
17009
17009
  return __awaiter(this, void 0, void 0, function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eva/plugin-renderer-dragonbone",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "@eva/plugin-renderer-dragonbone",
5
5
  "main": "index.js",
6
6
  "module": "dist/plugin-renderer-dragonbone.esm.js",
@@ -19,8 +19,8 @@
19
19
  "homepage": "https://eva.js.org",
20
20
  "dependencies": {
21
21
  "@eva/inspector-decorator": "^0.0.5",
22
- "@eva/plugin-renderer": "1.2.3",
23
- "@eva/eva.js": "1.2.3",
22
+ "@eva/plugin-renderer": "1.2.4",
23
+ "@eva/eva.js": "1.2.4",
24
24
  "pixi.js": "^4.8.7"
25
25
  }
26
26
  }