openfl / starling

Known as the "Cross-Platform Game Engine", Starling is a popular Stage3D framework for OpenFL and Haxe
Other
236 stars 68 forks source link

Assets Manager enqueue function dose not work in flash target. #114

Open galibimtiaz opened 5 years ago

galibimtiaz commented 5 years ago

I updated code with assets manager enqueue(rawAssets) function but the problem is it dose not seems to load all the assets in time when I am running my app in flash target.

HTML5 seems to work just fine but when I am running in flash texture dose not seems to be loaded in time , the draw calls are showing 4 but no texture are shown in the display.

Note it works fine without the enqueue function because it dose not seems to require to call the function loadQueue(onProgress)