[nostalgia/core/studio/tilesheet] Cleanup

This commit is contained in:
Gary Talent 2025-02-03 22:43:02 -06:00
parent 8b22a8f339
commit 4ef31762d0

View File

@ -94,7 +94,7 @@ ox::Error RotateCommand::redo() noexcept {
switch (m_dir) {
case Direction::Left:
rotateLeft(ss, m_pt1, m_pt2);
break;
break;
case Direction::Right:
rotateRight(ss, m_pt1, m_pt2);
break;