mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 10:35:35 -04:00
721b021b0a
Replaced the invalid texture for the PIXI image manager by a valid, hardcoded image. This: * avoids a warning about not being able to load bunny.png (finally!) * when creating a new Sprite, the invalid texture being used while the sprite is being set up, this was making PIXI adding a new event listener on the bunny.png texture. As the texture was not loaded, the event listener would never be removed, creating a leak. Verified that the memory consumption is now stable on "Collisions with creation and deletion benchmark.gdg.json" benchmark game.