mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
chore: use IObjLoader directly instead of indirection of ObjLoading
This commit is contained in:
@ -125,11 +125,6 @@ namespace T6
|
||||
#undef REGISTER_ASSET_LOADER
|
||||
}
|
||||
|
||||
bool ObjLoader::SupportsZone(const Zone& zone) const
|
||||
{
|
||||
return zone.m_game == &g_GameT6;
|
||||
}
|
||||
|
||||
bool ObjLoader::VerifySoundBankChecksum(const SoundBank& soundBank, const SndRuntimeAssetBank& sndRuntimeAssetBank)
|
||||
{
|
||||
SoundAssetBankChecksum checksum{};
|
||||
|
Reference in New Issue
Block a user