Skip to content

Commit

Permalink
Fixed missing crc on soundfonts
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Jan 3, 2025
1 parent b030fb0 commit 4183621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/factories/naudio/v1/AudioTableFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 4183621

Please sign in to comment.