mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 10:23:53 +00:00
Changing method signature in other class in not recognized in working class in typed GDScript #28685
This commit is contained in:
@@ -622,3 +622,6 @@ TextEditor::TextEditor() {
|
||||
|
||||
code_editor->get_text_edit()->set_drag_forwarding(this);
|
||||
}
|
||||
|
||||
void TextEditor::validate() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user