mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-07-31 13:40:12 +02:00
clear redoHistory memory on exit
This commit is contained in:
@@ -191,6 +191,7 @@ GameModel::~GameModel()
|
||||
delete clipboard;
|
||||
delete currentSave;
|
||||
delete currentFile;
|
||||
delete redoHistory;
|
||||
//if(activeTools)
|
||||
// delete[] activeTools;
|
||||
}
|
||||
|
Reference in New Issue
Block a user