diff options
| author | Ramesh Ravone | 2017-04-25 17:18:35 +0530 |
|---|---|---|
| committer | Ramesh Ravone | 2017-04-26 17:43:35 +0530 |
| commit | 204d3ccf5fb491c0ce4dda618ee9c268d84c943d (patch) | |
| tree | a5534c3317d3f43178a57bdcd514a5c06789f74d /editor/editor_node.h | |
| parent | 7dba15b83fb2d2bd72559356cfedfec53215c55d (diff) | |
| download | godot-204d3ccf5fb491c0ce4dda618ee9c268d84c943d.tar.gz godot-204d3ccf5fb491c0ce4dda618ee9c268d84c943d.tar.zst godot-204d3ccf5fb491c0ce4dda618ee9c268d84c943d.zip | |
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 3 |
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; |
