Commit 87d3e7a1 authored by 李维's avatar 李维

Bug fix

parent 628f05a1
...@@ -413,7 +413,7 @@ class DragonBones { ...@@ -413,7 +413,7 @@ class DragonBones {
} }
stopDragonBones() { stopDragonBones() {
if(this._animationLoaded.armature()) { if(this._animationLoaded) {
this._animationLoaded.armature().animation.stop(); this._animationLoaded.armature().animation.stop();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment