Optimized TextureTintPipeline.drawBlitter so it skips bobs that have alpha of...
Optimized TextureTintPipeline.drawBlitter so it skips bobs that have alpha of zero and only calls `setTexture2D` if the bob sourceIndex has changed, previously it called it for every single bob.
Please register or sign in to comment