Update transforms after timers update to make sure changes are made before render
Fixes #29952
(cherry picked from commit c6b82f108a
)
This commit is contained in:
parent
0b399e0373
commit
8901ff5e58
|
@ -562,6 +562,8 @@ bool SceneTree::idle(float p_time) {
|
|||
E = N;
|
||||
}
|
||||
|
||||
flush_transform_notifications(); //additional transforms after timers update
|
||||
|
||||
_call_idle_callbacks();
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
|
Loading…
Reference in New Issue