diff --git a/src/loader/filetypes/AnimationJSONFile.js b/src/loader/filetypes/AnimationJSONFile.js index 2d5922a03..732014a75 100644 --- a/src/loader/filetypes/AnimationJSONFile.js +++ b/src/loader/filetypes/AnimationJSONFile.js @@ -70,8 +70,6 @@ var AnimationJSONFile = new Class({ onLoadComplete: function () { this.loader.systems.anims.fromJSON(this.data); - - this.pendingDestroy(); } });