mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +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)
|
local c = Brush(4)
|
||||||
assert(c.type == BrushType.CIRCLE)
|
assert(c.type == BrushType.CIRCLE)
|
||||||
assert(c.size == 4)
|
assert(c.size == 4)
|
||||||
assert(c.center == Point{ x=2, y=2 })
|
assert(c.center == Point{ x=1, y=1 })
|
||||||
end
|
end
|
||||||
|
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user