phaserjs / phaser-ce

Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
http://phaser.io
MIT License
1.34k stars 491 forks source link

Sprite's tintedTexture can't be removed when call destroy #651

Closed taoabc closed 4 years ago

taoabc commented 4 years ago

This Issue is about

I'm not sure if this is a normal behavior or a issue. But when I keep new sprite and destroy, the Phaser.CanvasPool.pool keep growing and it's remove function never be called.