[nostalgia/core/studio] Cleanup

This commit is contained in:
2022-02-16 20:20:48 -06:00
parent 5eea7abc4d
commit 75f0b3a606

View File

@ -57,8 +57,7 @@ struct DrawCommand: public studio::UndoCommand {
} }
void redo() noexcept final { void redo() noexcept final {
for (const auto &c : m_changes for (const auto &c : m_changes) {
) {
m_img->setPixel(c.idx, m_palIdx); m_img->setPixel(c.idx, m_palIdx);
} }
*m_modelUpdated = true; *m_modelUpdated = true;