core: AVM2 display object allocators always ensure both halves of the display object are connected correctly

This commit is contained in:
David Wendt 2023-06-29 21:34:07 -06:00 committed by kmeisthax
parent c7bbed958c
commit 32524d3abd
11 changed files with 0 additions and 21 deletions

View File

@ -50,7 +50,6 @@ pub fn init<'gc>(
let height = args.get_i32(activation, 1)?;
video.set_size(activation.context.gc_context, width, height);
video.set_object2(&mut activation.context, this);
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -1,20 +0,0 @@
onStatus update
level: status
code: NetStream.Play.Start
onStatus update
level: status
code: NetStream.Buffer.Full
onStatus update
level: status
code: NetStream.Buffer.Flush
onStatus update
level: status
code: NetStream.Play.Stop
onStatus update
level: status
code: NetStream.Buffer.Empty

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB