delete project with editor
This commit is contained in:
parent
0e9deff4bc
commit
ca5a0247f7
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ Editor::~Editor()
|
|||
delete this->settings;
|
||||
delete this->playerViewRect;
|
||||
delete this->cursorMapTileRect;
|
||||
|
||||
closeProject();
|
||||
}
|
||||
|
||||
void Editor::saveProject() {
|
||||
|
|
Loading…
Reference in a new issue