mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
removeTextureAtlas now deletes the correct cache object.
This commit is contained in:
parent
77b469b1a5
commit
b4a0e7f826
1 changed files with 1 additions and 1 deletions
|
@ -1987,7 +1987,7 @@ Phaser.Cache.prototype = {
|
|||
*/
|
||||
removeTextureAtlas: function (key) {
|
||||
|
||||
delete this._cache.atlas[key];
|
||||
delete this._cache.image[key];
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue