mirror of
https://github.com/godotengine/godot.git
synced 2025-01-22 01:41:51 +00:00
Merge pull request #30919 from nekomatata/timer-update-transform-fix
Fix GPU particle transform delay when created on SceneTree timer timeout
This commit is contained in:
commit
7e3dcf54ea
@ -561,6 +561,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
Block a user