littlektframework / littlekt

A multiplatform WebGPU 2D game framework written in Kotlin. Build your own game engine on top.
https://littlekt.com
Apache License 2.0
321 stars 12 forks source link

LDtk world rendering causing too many texture switches #87

Closed LeHaine closed 2 years ago

LeHaine commented 2 years ago

Testing a simple LDtk world causes the total number of texture switches to go up by 21 when it should go up by only 1.

LeHaine commented 2 years ago

Non-issue. Silly mistake with SpriteBatch sizes.