Skip to content

Commit c21c0d5

Browse files
committed
add url properties to destroy
1 parent d9f477a commit c21c0d5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/loader/Cache.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,6 +1556,10 @@ Phaser.Cache.prototype = {
15561556
delete this._bitmapFont[item];
15571557
}
15581558

1559+
this._urlMap = null;
1560+
this._urlResolver = null;
1561+
this._urlTemp = null;
1562+
15591563
}
15601564

15611565
};

0 commit comments

Comments
 (0)