You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Fix not enough arguments error when validating 3to4 conversion
This commit is contained in:
@@ -2172,7 +2172,7 @@ int ProjectConverter3To4::validate_conversion() {
|
||||
lines.append(line);
|
||||
}
|
||||
}
|
||||
print_line(vformat("Checking for conversion - %d/%d file - \"%s\" with size - %d KB"), i + 1, collected_files.size(), file_name.trim_prefix("res://"), file_size / 1024);
|
||||
print_line(vformat("Checking for conversion - %d/%d file - \"%s\" with size - %d KB", i + 1, collected_files.size(), file_name.trim_prefix("res://"), file_size / 1024));
|
||||
|
||||
Vector<String> changed_elements;
|
||||
Vector<String> reason;
|
||||
|
||||
Reference in New Issue
Block a user