You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Prevent crash on free when RBS is not last node (#600)
`NOTIFICATION_PREDELETE` runs in reverse order, so if RBS is located in
the scene tree _before_ any rollback-managed node, RBS will try to
deregister a node that has been already freed.
The solution was to deregister nodes in `_exit_tree()`, if the
synchronizer's root node is queued for deletion.
Fixes#595
0 commit comments