chore: No, loading an image does not replace the clip with a bitmap.

This commit is contained in:
David Wendt 2022-03-27 15:10:02 -04:00 committed by Mike Welsh
parent d38e5e166b
commit 27697c6611
1 changed files with 0 additions and 1 deletions

View File

@ -525,7 +525,6 @@ impl<'gc> Loader<'gc> {
} }
if let Some(mc) = clip.as_movie_clip() { if let Some(mc) = clip.as_movie_clip() {
//TODO: Somehow replace with Bitmap?
mc.replace_at_depth(uc, bitmap_obj.into(), 1); mc.replace_at_depth(uc, bitmap_obj.into(), 1);
} }
} }