You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Remove word duplicates in comments and strings, and fix casing and punctuation
This commit is contained in:
@@ -551,7 +551,7 @@ void WorkerThreadPool::wait_for_group_task_completion(GroupID p_group) {
|
||||
Group **groupp = groups.getptr(p_group);
|
||||
task_mutex.unlock();
|
||||
if (!groupp) {
|
||||
ERR_FAIL_MSG("Invalid Group ID");
|
||||
ERR_FAIL_MSG("Invalid Group ID.");
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user