mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed missing crc on soundfonts
This commit is contained in:
@@ -170,6 +170,7 @@ std::optional<std::shared_ptr<IParsedData>> AudioTableFactory::parse(std::vector
|
||||
}
|
||||
}
|
||||
|
||||
entry.crc = crc;
|
||||
AudioContext::tables[type][addr].crc = crc;
|
||||
entries.push_back(entry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user