diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2016-02-17 20:51:56 +0100 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2016-02-17 20:54:19 +0100 |
commit | 8c0accc4ba2388638ee2ed397216952f0bf5dde4 (patch) | |
tree | d3ee1fb67816e4a2ac881e9c0fb90b27e7b86ebc /tools/editor/editor_node.h | |
parent | d8f06085a2b5b2eb1838cefdb58aa39a99022324 (diff) |
Added option to restart custom scene
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r-- | tools/editor/editor_node.h | 1 |
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; |