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