mirror of https://github.com/aseprite/aseprite.git
Default brush center has changed
This commit is contained in:
parent
57e6fd35b4
commit
5337328c92
|
|
@ -17,7 +17,7 @@ do
|
|||
local c = Brush(4)
|
||||
assert(c.type == BrushType.CIRCLE)
|
||||
assert(c.size == 4)
|
||||
assert(c.center == Point{ x=2, y=2 })
|
||||
assert(c.center == Point{ x=1, y=1 })
|
||||
end
|
||||
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in New Issue