mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 12:32:05 +01:00
internal/bsp: Allow 1 pixel
This commit is contained in:
parent
ed2bd6defc
commit
798a826e50
@ -17,7 +17,7 @@ package bsp
|
||||
|
||||
const (
|
||||
MaxSize = 1024
|
||||
minSize = 4
|
||||
minSize = 1
|
||||
)
|
||||
|
||||
type Page struct {
|
||||
|
Loading…
Reference in New Issue
Block a user