diff --git a/src/nostalgia/core/studio/tilesheeteditormodel.hpp b/src/nostalgia/core/studio/tilesheeteditormodel.hpp index 08596f76..349b8264 100644 --- a/src/nostalgia/core/studio/tilesheeteditormodel.hpp +++ b/src/nostalgia/core/studio/tilesheeteditormodel.hpp @@ -57,8 +57,7 @@ struct DrawCommand: public studio::UndoCommand { } void redo() noexcept final { - for (const auto &c : m_changes - ) { + for (const auto &c : m_changes) { m_img->setPixel(c.idx, m_palIdx); } *m_modelUpdated = true;