[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 &p = s.pixels;
auto const srcPos = m_deletePos + m_deleteSz;

View File

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