1

Closed

Sprites are disappearing after some frames

description

The sprites in the samples are disappearing after some frames. This needs investigation.
Closed Dec 12, 2011 at 7:52 AM by Glatzemann
fixed in revision #12742Problem was that the weak references to native objects were not preventing the objects to be garbage collected. Filling it with the old data again is not a good solution performance wise.

comments