This commit is contained in:
ntr
2019-07-23 17:05:45 +10:00
parent 5baffffd69
commit c248ab40f9
+1
View File
@@ -51,6 +51,7 @@ class Attack extends Component {
for (let i = this.animations.length - 1; i >= 0; i--) {
this.animations[i].reset();
}
this.props.animCb();
}
}