anim bug
This commit is contained in:
parent
7c7554dc8e
commit
6965bdb0e6
@ -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