1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Changing method signature in other class in not recognized in working class in typed GDScript #28685

This commit is contained in:
Goral
2019-05-08 18:49:49 +02:00
parent b96cd577c3
commit aabd9980d1
10 changed files with 25 additions and 1 deletions

View File

@@ -3754,4 +3754,7 @@ void _VisualScriptEditor::_bind_methods() {
ClassDB::bind_method(D_METHOD("remove_custom_node", "name", "category"), &_VisualScriptEditor::remove_custom_node);
ADD_SIGNAL(MethodInfo("custom_nodes_updated"));
}
void VisualScriptEditor::validate() {
}
#endif