You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Remove duplicate ERR_PRINTS macro
This commit is contained in:
@@ -591,7 +591,7 @@ void RenameDialog::rename() {
|
||||
const String &new_name = to_rename[i].second;
|
||||
|
||||
if (!n) {
|
||||
ERR_PRINTS("Skipping missing node: " + to_rename[i].first.get_concatenated_subnames());
|
||||
ERR_PRINT("Skipping missing node: " + to_rename[i].first.get_concatenated_subnames());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user