core: Don't warn when associating sounds to AS3 classes

This commit is contained in:
David Wendt 2021-08-11 18:52:26 -04:00 committed by kmeisthax
parent 0c591f3370
commit 37eb746989
1 changed files with 1 additions and 0 deletions

View File

@ -615,6 +615,7 @@ impl<'gc> MovieClip<'gc> {
} }
Some(Character::BinaryData(_)) => {} Some(Character::BinaryData(_)) => {}
Some(Character::Font(_)) => {} Some(Character::Font(_)) => {}
Some(Character::Sound(_)) => {}
_ => { _ => {
log::warn!( log::warn!(
"Symbol class {} cannot be assigned to invalid character id {}", "Symbol class {} cannot be assigned to invalid character id {}",