mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-07 09:56:59 +00:00
Minor format change in intertwiners.h
This commit is contained in:
parent
f4373ffbc5
commit
ef7defdf72
@ -256,8 +256,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void fillStroke(ToolLoop* loop, const Stroke& stroke) override
|
||||
{
|
||||
void fillStroke(ToolLoop* loop, const Stroke& stroke) override {
|
||||
if (stroke.size() < 3) {
|
||||
joinStroke(loop, stroke);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user