diff --git a/core/src/display_object/container.rs b/core/src/display_object/container.rs index 7fad93607..21a3419a1 100644 --- a/core/src/display_object/container.rs +++ b/core/src/display_object/container.rs @@ -370,7 +370,6 @@ pub trait TDisplayObjectContainer<'gc>: //TODO: This is an awful, *awful* hack to deal with the fact //that unloaded AVM1 clips see their parents, while AVM2 clips //don't. - child.set_parent(context, None); }