You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix more issues found by cppcheck.
This commit is contained in:
@@ -128,7 +128,7 @@ void ExportTemplateManager::_download_current() {
|
||||
}
|
||||
|
||||
_download_template(mirror_url, true);
|
||||
} else if (!mirrors_available && !is_refreshing_mirrors) {
|
||||
} else if (!is_refreshing_mirrors) {
|
||||
_set_current_progress_status(TTR("Retrieving the mirror list..."));
|
||||
_refresh_mirrors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user