DaVikingCode / Citrus-Engine

Modern AS3 Game Engine
http://citrusengine.com/
Other
549 stars 231 forks source link

ObjectMakerStarling is using old QuadBatch #289

Closed oskaraqp closed 8 years ago

oskaraqp commented 8 years ago

Using the latest starling 2.0.2 I get some errors because this has not been changed to MeshBatch(which looks to be the imrpoved way to replace quadbatch) is there any code to use with the latest Starling version? looks like quadbatch was removed from starling 2.0 beta

gadyosef commented 8 years ago

Had the same issue a few days ago. In the meantime just changed it to use MeshBatch and it works OK.

oskaraqp commented 8 years ago

Yes, it solved the issue, thanks.

alamboley commented 8 years ago

Solved via #291

oskaraqp commented 8 years ago

Perfect, thanks.