Changing method signature in other class in not recognized in working class in typed GDScript #28685
This commit is contained in:
@ -1744,3 +1744,7 @@ void ScriptTextEditor::register_editor() {
|
||||
|
||||
ScriptEditor::register_create_script_editor_function(create_editor);
|
||||
}
|
||||
|
||||
void ScriptTextEditor::validate() {
|
||||
this->code_editor->validate_script();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user