[nostalgia/gfx/studio/tilesheet] Cleanup

This commit is contained in:
Gary Talent 2025-05-09 20:34:04 -05:00
parent 02383a4aed
commit 209658549c
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ DeleteTilesCommand::DeleteTilesCommand(
} }
} }
ox::Error gfx::DeleteTilesCommand::redo() noexcept { ox::Error DeleteTilesCommand::redo() noexcept {
auto &s = getSubSheet(m_img, m_idx); auto &s = getSubSheet(m_img, m_idx);
auto &p = s.pixels; auto &p = s.pixels;
auto const srcPos = m_deletePos + m_deleteSz; auto const srcPos = m_deletePos + m_deleteSz;

View File

@ -6,7 +6,7 @@
namespace nostalgia::gfx { namespace nostalgia::gfx {
gfx::UpdateSubSheetCommand::UpdateSubSheetCommand( UpdateSubSheetCommand::UpdateSubSheetCommand(
TileSheet &img, TileSheet &img,
TileSheet::SubSheetIdx idx, TileSheet::SubSheetIdx idx,
ox::StringParam name, ox::StringParam name,