summaryrefslogtreecommitdiff
path: root/src/engine/editor/Editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/editor/Editor.h')
-rw-r--r--src/engine/editor/Editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/editor/Editor.h b/src/engine/editor/Editor.h
index 759c59355..60e578b21 100644
--- a/src/engine/editor/Editor.h
+++ b/src/engine/editor/Editor.h
@@ -14,6 +14,7 @@ namespace Editor {
class Editor {
public:
Editor();
+ ~Editor();
ObjectPicker eObjectPicker;
std::vector<GameObject*> eGameObjects;