fix double hit anim

This commit is contained in:
ntr 2019-09-17 15:46:27 +10:00
parent 86aa6adcb4
commit f38603c596

View File

@ -67,7 +67,7 @@ class ConstructAvatar extends Component {
return true;
}
if (animText && animText.constructId === construct.id) {
if (animText && animText !== this.props.animText && animText.constructId === construct.id) {
return wiggle(construct.id, this.idle);
}