Gamua / Starling-Framework

The Cross Platform Game Engine
http://www.starling-framework.org
Other
2.82k stars 821 forks source link

Update BitmapTextureFactory.as to execute custom TextureOptions.onReady #1077

Closed esidegallery closed 3 years ago

esidegallery commented 3 years ago

A reference to the original TextureOptions.onReady is now stored and executed in complete(), which overwrites onReady.

PrimaryFeather commented 3 years ago

Thanks again! A really useful change.