mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-01 10:21:04 +00:00
Fix typo in comment
This commit is contained in:
parent
589bfe2cbf
commit
af0b700a6d
@ -372,7 +372,7 @@ void ExpandCelCanvas::copyValidDestToSourceCanvas(const gfx::Region& rgn)
|
|||||||
gfx::Clip(rc.x, rc.y, rc.x, rc.y, rc.w, rc.h));
|
gfx::Clip(rc.x, rc.y, rc.x, rc.y, rc.w, rc.h));
|
||||||
|
|
||||||
// We cannot compare src vs dst in this case (e.g. on tools like
|
// We cannot compare src vs dst in this case (e.g. on tools like
|
||||||
// spray and jumble that updated the source image form the modified
|
// spray and jumble that updated the source image from the modified
|
||||||
// destination).
|
// destination).
|
||||||
m_canCompareSrcVsDst = false;
|
m_canCompareSrcVsDst = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user