delete project with editor

This commit is contained in:
garakmon 2020-04-07 17:45:56 -04:00
parent 0e9deff4bc
commit ca5a0247f7

View file

@ -29,6 +29,8 @@ Editor::~Editor()
delete this->settings;
delete this->playerViewRect;
delete this->cursorMapTileRect;
closeProject();
}
void Editor::saveProject() {