You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Remove duplicate ERR_PRINTS macro
This commit is contained in:
@@ -629,7 +629,7 @@ Error ExportTemplateManager::install_android_template() {
|
||||
FileAccess::set_unix_permissions(to_write, (info.external_fa >> 16) & 0x01FF);
|
||||
#endif
|
||||
} else {
|
||||
ERR_PRINTS("Can't uncompress file: " + to_write);
|
||||
ERR_PRINT("Can't uncompress file: " + to_write);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user