[nostalgia/core/studio] Fix TileSheetEditor cut to use undo stack

This commit is contained in:
2020-10-21 00:47:46 -05:00
parent 2580dbb7ab
commit b960539e5f
2 changed files with 6 additions and 5 deletions
@@ -72,8 +72,8 @@ struct TileSheetClipboard {
friend ox::Error model(T*, TileSheetClipboard*);
protected:
ox::Vector<PixelChunk> m_chunks;
ox::Vector<int> m_pixels;
std::vector<PixelChunk> m_chunks;
std::vector<int> m_pixels;
common::Point m_p1;
common::Point m_p2;