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:
@@ -287,7 +287,7 @@ void ShaderTextEditor::_bind_methods() {
|
||||
}
|
||||
|
||||
ShaderTextEditor::ShaderTextEditor() {
|
||||
syntax_highlighter.instance();
|
||||
syntax_highlighter.instantiate();
|
||||
get_text_editor()->set_syntax_highlighter(syntax_highlighter);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user