diff options
| author | Juan Linietsky | 2016-08-03 11:28:20 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-08-03 11:28:43 -0300 |
| commit | d8af6330e57b98f370ed56d891a6a6952957cfec (patch) | |
| tree | dcee0fedd0923495921f4e06ecf62f8c147ab39b /tools/editor/editor_node.h | |
| parent | 01ac237ab717e51db84f9c25b1fbe8141ff8cca0 (diff) | |
| download | godot-d8af6330e57b98f370ed56d891a6a6952957cfec.tar.gz godot-d8af6330e57b98f370ed56d891a6a6952957cfec.tar.zst godot-d8af6330e57b98f370ed56d891a6a6952957cfec.zip | |
More progress on visual script editing
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 793c14867..09c42c6cd 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -586,6 +586,7 @@ public: EDITOR_SCRIPT }; + void set_visible_editor(EditorTable p_table) { _editor_select(p_table); } static EditorNode* get_singleton() { return singleton; } |
