Oops.
This commit is contained in:
parent
c9aa7c30ef
commit
5d4edf3247
|
|
@ -354,7 +354,7 @@ pub struct Text {
|
|||
impl Text {
|
||||
pub fn new(data: Vec<u8>) -> Self {
|
||||
Self {
|
||||
block_type: BlockType::SoundData,
|
||||
block_type: BlockType::Text,
|
||||
data,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue