objects: fix race in ObjectKillChildren() (fixes #13979)
If an object is created after the parent is already killed, ObjectKillChildren() could not have killed the new object. So the new object needs to inherit the alive flag from its parent instead.
Showing
Please register or sign in to comment