summaryrefslogtreecommitdiff
path: root/editor/editor_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2020-12-28 14:54:50 +0100
committerGitHub <noreply@github.com>2020-12-28 14:54:50 +0100
commit76d4fab3f3dad0c5b3f0fad059edf4e57ebc6299 (patch)
treef1ba58cb35953c19c6c041f4caf40db8542546c3 /editor/editor_plugin.h
parentfeb4e5ed2cb463e0a2dde12d38681b346f7e0b3c (diff)
parente1128431dea0d0e9abd2778b133711deca94bf77 (diff)
Merge pull request #44524 from madmiraal/rename-editor-viewport
Rename EditorInterface get_editor_viewport to get_editor_main_control
Diffstat (limited to 'editor/editor_plugin.h')
-rw-r--r--editor/editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_plugin.h b/editor/editor_plugin.h
index 03908b43ca..1697b79216 100644
--- a/editor/editor_plugin.h
+++ b/editor/editor_plugin.h
@@ -69,7 +69,7 @@ protected:
public:
static EditorInterface *get_singleton() { return singleton; }
- Control *get_editor_viewport();
+ Control *get_editor_main_control();
void edit_resource(const Ref<Resource> &p_resource);
void open_scene_from_path(const String &scene_path);
void reload_scene_from_path(const String &scene_path);