[nostalgia/core/studio] Cleanup
This commit is contained in:
parent
5eea7abc4d
commit
75f0b3a606
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user