pixijs / tilemap

Rectangular tilemap implementation for PixiJS
https://pixijs.io/tilemap/docs/
MIT License
282 stars 55 forks source link

What does `TileRenderer.prototype.checkLeaks` do ? #63

Open finscn opened 5 years ago

finscn commented 5 years ago

On my device ( iPhone 8 + wechat ) , this method (checkLeaks & removeVb) will make the wechat crash .

What does TileRenderer.prototype.checkLeaks do ? Why remove & destroy the vb & vao every 10 seconds ?

ivanpopelyshev commented 5 years ago

destroy unused vb and vao. dont need if you can destroy tilemap manually.

Also I'd like your input on https://github.com/pixijs/pixi.js/issues/5559

Help that guy a bit, if you can , please :)