mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 03:44:16 +00:00
Minor change in move_region.cpp
This commit is contained in:
parent
a16c5b9846
commit
fe6d2f3db0
@ -40,7 +40,6 @@ void move_region(Manager* manager, const Region& region, int dx, int dy)
|
|||||||
|
|
||||||
rc.offset(dx, dy);
|
rc.offset(dx, dy);
|
||||||
Manager::getDefault()->dirtyRect(rc);
|
Manager::getDefault()->dirtyRect(rc);
|
||||||
|
|
||||||
}
|
}
|
||||||
// Blit saving areas and copy them.
|
// Blit saving areas and copy them.
|
||||||
else if (nrects > 1) {
|
else if (nrects > 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user