This commit is contained in:
Mashy 2019-09-13 22:10:25 +10:00
parent 7c7554dc8e
commit 6965bdb0e6

View File

@ -43,7 +43,7 @@ class ConstructAvatar extends Component {
if (!animTarget && !animSource) {
if (!this.idle) {
this.idle = idleAnimation(this.props.construct.id);
this.animations.push(this.idle);
return this.animations.push(this.idle);
}
return this.idle.play();