1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Merge pull request #52591 from timothyqiu/error-macros

[3.x] Remove do{ } while(0) wrapper around error macros
This commit is contained in:
Rémi Verschelde
2021-09-21 10:38:34 +02:00
committed by GitHub
15 changed files with 209 additions and 230 deletions

View File

@@ -178,7 +178,7 @@ void VersionControlEditorPlugin::_refresh_stage_area() {
commit_status->set_text("New changes detected");
}
} else {
WARN_PRINT("No VCS addon is initialized. Select a Version Control Addon from Project menu.")
WARN_PRINT("No VCS addon is initialized. Select a Version Control Addon from Project menu.");
}
}