actually fix anim bug
This commit is contained in:
parent
7cb6fdf475
commit
0296d9907b
@ -77,6 +77,9 @@ class ConstructAvatar extends Component {
|
|||||||
|
|
||||||
// back to idle
|
// back to idle
|
||||||
if (!animTarget && !animSource) {
|
if (!animTarget && !animSource) {
|
||||||
|
this.idle = idleAnimation(this.props.construct.id);
|
||||||
|
return this.animations.push(this.idle);
|
||||||
|
}
|
||||||
return this.idle.play();
|
return this.idle.play();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user