Skip to content

Commit

Permalink
sprite batch: update default size to 1000 instead of 8191 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHaine authored Feb 1, 2024
1 parent ec51b91 commit 2b0b543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b0b543

Please sign in to comment.