Fix typos in source code using codespell
From https://github.com/lucasdemarchi/codespell
This commit is contained in:
parent
c103f32ea3
commit
debeee56f7
98 changed files with 180 additions and 182 deletions
|
|
@ -573,7 +573,7 @@ bool SceneTree::idle(float p_time) {
|
|||
}
|
||||
|
||||
_flush_ugc();
|
||||
_flush_transform_notifications(); //transforms after world update, to avoid unnecesary enter/exit notifications
|
||||
_flush_transform_notifications(); //transforms after world update, to avoid unnecessary enter/exit notifications
|
||||
call_group_flags(GROUP_CALL_REALTIME, "_viewports", "update_worlds");
|
||||
|
||||
root_lock--;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue