fix
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
{
|
{
|
||||||
animations: [],
|
animations: [],
|
||||||
|
|
||||||
playAnim: function (entity: PlayerMp, _id) {
|
playAnim: function (entity, _id) {
|
||||||
if (this.animations.hasOwnProperty(_id)) {
|
if (this.animations.hasOwnProperty(_id)) {
|
||||||
let currentAnim = this.animations[_id];
|
let currentAnim = this.animations[_id];
|
||||||
let { id, name, animDict, animName, playOnStream, loop, flag } = currentAnim;
|
let { id, name, animDict, animName, playOnStream, loop, flag } = currentAnim;
|
||||||
|
|||||||
Reference in New Issue
Block a user