internal/bsp: Allow 1 pixel

This commit is contained in:
Hajime Hoshi 2018-02-26 11:21:50 +09:00
parent ed2bd6defc
commit 798a826e50

View File

@ -17,7 +17,7 @@ package bsp
const (
MaxSize = 1024
minSize = 4
minSize = 1
)
type Page struct {