tconkling / flump

Exports Flash .FLAs to GPU-friendly formats
MIT License
381 stars 70 forks source link

Starling 2.0 #146

Closed marchbold closed 7 years ago

marchbold commented 8 years ago

We've recently updated to the latest version of Starling and have discovered an issue with the Flump runtime lib. The new framework no longer uses Starling.handleLostContext so this library is destroying bitmap assets that need to be retained.

As a short term workaround we have simply removed the clear/dispose calls in the Loader class:

So far this seems to be working, but just wanted to inform you of the issue.

tconkling commented 8 years ago

Thanks for the heads up! I haven't updated to Starling 2.0 yet, but I'm planning on doing it soon, at which point I'll be taking a look at this issue.

tconkling commented 7 years ago

(Fixed a while back.)

marchbold commented 7 years ago

Thanks for letting me know, will update our app in the next release.