From ca5a0247f7fbb56d19928453b09a9c929340cdda Mon Sep 17 00:00:00 2001 From: garakmon Date: Tue, 7 Apr 2020 17:45:56 -0400 Subject: [PATCH] delete project with editor --- src/editor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/editor.cpp b/src/editor.cpp index cf7466cb..5f84350f 100644 --- a/src/editor.cpp +++ b/src/editor.cpp @@ -29,6 +29,8 @@ Editor::~Editor() delete this->settings; delete this->playerViewRect; delete this->cursorMapTileRect; + + closeProject(); } void Editor::saveProject() {