Disabled debug flag.
This commit is contained in:
parent
086dfff19e
commit
95d1941545
@ -139,7 +139,7 @@ export default class Tile extends PIXI.Sprite {
|
||||
* @param {*} options Part of the PIXI API, but ignored in the implementation
|
||||
* @memberof Tile
|
||||
*/
|
||||
destroy(options, debug = true) {
|
||||
destroy(options, debug = false) {
|
||||
let count = this.unregister()
|
||||
|
||||
if (keepTextures > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user