From c248ab40f9953c93a7bbef142cde7322e058fa47 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 23 Jul 2019 17:05:45 +1000 Subject: [PATCH] fix cb --- client/src/components/anims/attack.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/anims/attack.jsx b/client/src/components/anims/attack.jsx index f49798ac..29fc3599 100644 --- a/client/src/components/anims/attack.jsx +++ b/client/src/components/anims/attack.jsx @@ -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(); } }