summaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2016-02-17 20:51:56 +0100
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2016-02-17 20:54:19 +0100
commit8c0accc4ba2388638ee2ed397216952f0bf5dde4 (patch)
treed3ee1fb67816e4a2ac881e9c0fb90b27e7b86ebc /tools/editor/editor_node.h
parentd8f06085a2b5b2eb1838cefdb58aa39a99022324 (diff)
Added option to restart custom scene
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r--tools/editor/editor_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h
index 6893b78e8b..a83555d6e8 100644
--- a/tools/editor/editor_node.h
+++ b/tools/editor/editor_node.h
@@ -355,6 +355,7 @@ class EditorNode : public Node {
Object *current;
bool _playing_edited;
+ String run_custom_filename;
bool reference_resource_mem;
bool save_external_resources_mem;
uint64_t saved_version;