You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Replace Array return types with TypedArray
This commit is contained in:
@@ -242,7 +242,7 @@ void VersionControlEditorPlugin::_view_file_diff() {
|
||||
}
|
||||
|
||||
void VersionControlEditorPlugin::_display_file_diff(String p_file_path) {
|
||||
Array diff_content = EditorVCSInterface::get_singleton()->get_file_diff(p_file_path);
|
||||
TypedArray<Dictionary> diff_content = EditorVCSInterface::get_singleton()->get_file_diff(p_file_path);
|
||||
|
||||
diff_file_name->set_text(p_file_path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user