diff --git a/v2-community/src/loader/Cache.js b/v2-community/src/loader/Cache.js index 6152dff2c..0123f2ab4 100755 --- a/v2-community/src/loader/Cache.js +++ b/v2-community/src/loader/Cache.js @@ -1987,7 +1987,7 @@ Phaser.Cache.prototype = { */ removeTextureAtlas: function (key) { - delete this._cache.atlas[key]; + delete this._cache.image[key]; },