From e1128431dea0d0e9abd2778b133711deca94bf77 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Sat, 19 Dec 2020 14:17:42 +0000 Subject: Rename EditorInterface get_editor_viewport to get_editor_main_control --- editor/editor_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor_plugin.h') 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 &p_resource); void open_scene_from_path(const String &scene_path); void reload_scene_from_path(const String &scene_path); -- cgit v1.2.3