Skip to content

Commit

Permalink
Update patch for PR: (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
xianyinchen committed Sep 17, 2020
1 parent dba7b2b commit 26a5954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/jsb-dragonbones.js
Expand Up @@ -412,7 +412,7 @@ const cacheManager = require('./jsb-cache-manager');
this._refresh();

if (oldArmature != this._armature) {
this._armature.dispose();
oldArmature.dispose();
}

if (this._armature && !this.isAnimationCached()) {
Expand Down

0 comments on commit 26a5954

Please sign in to comment.