[nostalgia/core/studio/tilesheet] Cleanup
This commit is contained in:
parent
8b22a8f339
commit
4ef31762d0
@ -94,7 +94,7 @@ ox::Error RotateCommand::redo() noexcept {
|
|||||||
switch (m_dir) {
|
switch (m_dir) {
|
||||||
case Direction::Left:
|
case Direction::Left:
|
||||||
rotateLeft(ss, m_pt1, m_pt2);
|
rotateLeft(ss, m_pt1, m_pt2);
|
||||||
break;
|
break;
|
||||||
case Direction::Right:
|
case Direction::Right:
|
||||||
rotateRight(ss, m_pt1, m_pt2);
|
rotateRight(ss, m_pt1, m_pt2);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user