mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-23 00:07:15 +08:00
741e0e76ca
Instead of using internal/packing, use a more efficient way. As the input bounds are already known, we can use an online algorithm. Updates #3275