You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Rename instance()->instantiate() when it's a verb
This commit is contained in:
@@ -65,7 +65,7 @@ EditorDebuggerNode::EditorDebuggerNode() {
|
||||
add_child(tabs);
|
||||
|
||||
Ref<StyleBoxEmpty> empty;
|
||||
empty.instance();
|
||||
empty.instantiate();
|
||||
tabs->add_theme_style_override("panel", empty);
|
||||
|
||||
auto_switch_remote_scene_tree = EDITOR_DEF("debugger/auto_switch_to_remote_scene_tree", false);
|
||||
|
||||
Reference in New Issue
Block a user