Merge branch 'develop' of ssh://git.mnml.gg:40022/~/mnml into release/1.4.3
This commit is contained in:
commit
45f55d5179
@ -77,6 +77,9 @@ class ConstructAvatar extends Component {
|
||||
|
||||
// back to idle
|
||||
if (!animTarget && !animSource) {
|
||||
this.idle = idleAnimation(this.props.construct.id);
|
||||
return this.animations.push(this.idle);
|
||||
}
|
||||
return this.idle.play();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user