Skip to content

Fix VisibilityEnabler2D behavior on start

Rafał Mikrut requested to merge github/fork/KoBeWi/a_welcome_lag into master

Created by: KoBeWi

Fixes #9321

The bug was caused by parent's NOTIFICATION_READY overwriting the set_process(false). Deferring the call helped, but for _physics_process I had to use a little hack, because the deferred call happens after physics frame.

Merge request reports