Merge pull request #5060 from jjcapellan/fix5059

fix #5059
This commit is contained in:
Richard Davey 2020-04-27 12:13:51 +01:00 committed by GitHub
commit db882e82dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,8 +70,6 @@ var AnimationJSONFile = new Class({
onLoadComplete: function ()
{
this.loader.systems.anims.fromJSON(this.data);
this.pendingDestroy();
}
});