[nostalgia/core/studio/tilesheet] Cleanup
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user