diff --git a/core/src/commonMain/kotlin/com/lehaine/littlekt/graphics/g2d/SpriteBatch.kt b/core/src/commonMain/kotlin/com/lehaine/littlekt/graphics/g2d/SpriteBatch.kt index d950f97b7..a839ac977 100644 --- a/core/src/commonMain/kotlin/com/lehaine/littlekt/graphics/g2d/SpriteBatch.kt +++ b/core/src/commonMain/kotlin/com/lehaine/littlekt/graphics/g2d/SpriteBatch.kt @@ -28,7 +28,7 @@ import kotlin.math.min */ class SpriteBatch( val context: Context, - val size: Int = 8191, + val size: Int = 1000, ) : Batch { companion object { private const val VERTEX_SIZE = 2 + 1 + 2