[nostalgia/core/studio] Cleanup to ensure ongoing draw command ending
This commit is contained in:
@@ -174,9 +174,11 @@ class TileSheetEditorModel {
|
||||
protected:
|
||||
void saveItem();
|
||||
|
||||
void getFillPixels(bool *pixels, geo::Point pt, int oldColor) const noexcept;
|
||||
void getFillPixels(bool *pixels, const geo::Point &pt, int oldColor) const noexcept;
|
||||
|
||||
private:
|
||||
void pushCommand(studio::UndoCommand *cmd) noexcept;
|
||||
|
||||
void setPalette();
|
||||
|
||||
void saveState();
|
||||
|
||||
Reference in New Issue
Block a user