This commit is contained in:
Pedro de Oliveira 2022-11-13 05:38:12 +00:00
parent c9aa7c30ef
commit 5d4edf3247
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}
}