diff --git a/src/nostalgia/modules/gfx/src/studio/tilesheeteditor/commands/rotatecommand.cpp b/src/nostalgia/modules/gfx/src/studio/tilesheeteditor/commands/rotatecommand.cpp index 4b540fdf..b9452a1c 100644 --- a/src/nostalgia/modules/gfx/src/studio/tilesheeteditor/commands/rotatecommand.cpp +++ b/src/nostalgia/modules/gfx/src/studio/tilesheeteditor/commands/rotatecommand.cpp @@ -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;