From 4ef31762d0dacb1c395dbcde88be82ecd752cc89 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 3 Feb 2025 22:43:02 -0600 Subject: [PATCH] [nostalgia/core/studio/tilesheet] Cleanup --- .../gfx/src/studio/tilesheeteditor/commands/rotatecommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;