Merge branch 'develop' of ssh://git.mnml.gg:40022/~/mnml into develop

This commit is contained in:
ntr 2019-09-13 22:11:07 +10:00
commit 7cb6fdf475

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();