aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorRamesh Ravone2017-04-25 17:18:35 +0530
committerRamesh Ravone2017-04-26 17:43:35 +0530
commit204d3ccf5fb491c0ce4dda618ee9c268d84c943d (patch)
treea5534c3317d3f43178a57bdcd514a5c06789f74d /editor/editor_node.h
parent7dba15b83fb2d2bd72559356cfedfec53215c55d (diff)
downloadgodot-204d3ccf5fb491c0ce4dda618ee9c268d84c943d.tar.gz
godot-204d3ccf5fb491c0ce4dda618ee9c268d84c943d.tar.zst
godot-204d3ccf5fb491c0ce4dda618ee9c268d84c943d.zip
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 7de713eae..fc107bb50 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -357,6 +357,9 @@ private:
bool docks_visible;
ToolButton *distraction_free;
+ bool scene_distraction;
+ bool script_distraction;
+
String _tmp_import_path;
EditorExport *editor_export;