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