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

This commit is contained in:
ntr 2019-09-13 22:26:47 +10:00
commit 70c99f2aaf

View File

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