mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 09:04:02 +00:00
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
Block a user