mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
bugfix
This commit is contained in:
parent
55256ada95
commit
c31123514d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ function (Parent, Settings, Nc) {
|
||||||
type: 'animated',
|
type: 'animated',
|
||||||
uid: self.uid
|
uid: self.uid
|
||||||
});
|
});
|
||||||
self.destroy.bind(self);
|
self.destroy();
|
||||||
}, Settings.RAGDOLL_DESTRUCTION_TIME * 1000);
|
}, Settings.RAGDOLL_DESTRUCTION_TIME * 1000);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue