Skip to content

Commit db882e8

Browse files
authored
Merge pull request phaserjs#5060 from jjcapellan/fix5059
fix phaserjs#5059
2 parents c34212a + 4e4b135 commit db882e8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/loader/filetypes/AnimationJSONFile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ var AnimationJSONFile = new Class({
7070
onLoadComplete: function ()
7171
{
7272
this.loader.systems.anims.fromJSON(this.data);
73-
74-
this.pendingDestroy();
7573
}
7674

7775
});

0 commit comments

Comments
 (0)