Files
GDevelop/GDJS/tests/games
Florian Rival 721b021b0a Fix memory leak and warning about texture not found.
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.
2019-12-08 23:16:16 +00:00
..
2016-02-28 21:16:36 +01:00
2016-02-28 21:16:36 +01:00
2015-08-17 23:52:59 +02:00
2016-02-28 21:16:36 +01:00
2016-02-28 21:16:36 +01:00
2015-08-17 23:52:59 +02:00
2015-08-17 23:52:59 +02:00
2016-03-14 19:50:23 +01:00
2018-02-17 16:02:13 -03:00
2016-02-28 21:16:36 +01:00
2015-08-17 23:52:59 +02:00