Rename EditorInterface get_editor_viewport to get_editor_main_control

This commit is contained in:
Marcel Admiraal 2020-12-19 14:17:42 +00:00
parent 229fb888a3
commit e1128431de
6 changed files with 20 additions and 20 deletions

View file

@ -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);