fix double hit anim
This commit is contained in:
parent
86aa6adcb4
commit
f38603c596
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user