Hello!
I'm wondering how I can do with Z order while drawing some primitives and sprites?
I have AtlasSpriteManager and some sprites added, also I need to draw some primitives - using drawLine. And those lines are drawn over my sprites :( How can I fix this issue?
drawLine is called in overrided draw method.