core: Set movie of Stage's ChildContainer when Stage's movie is set

This commit is contained in:
Lord-McSweeney 2023-05-11 06:58:09 -07:00 committed by Lord-McSweeney
parent 45f6dfdbd4
commit 2553b1acdb
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}