You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Remove do{ } while(0) wrapper around error macros
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user