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:
PouleyKetchoupp 2019-07-29 12:33:38 +02:00 committed by Rémi Verschelde
parent 0b399e0373
commit 8901ff5e58
1 changed files with 2 additions and 0 deletions

View File

@ -562,6 +562,8 @@ bool SceneTree::idle(float p_time) {
E = N; E = N;
} }
flush_transform_notifications(); //additional transforms after timers update
_call_idle_callbacks(); _call_idle_callbacks();
#ifdef TOOLS_ENABLED #ifdef TOOLS_ENABLED