Add T5 model dumping

This commit is contained in:
Jan
2021-08-14 13:57:32 +02:00
parent f052a97886
commit ee22face41
7 changed files with 785 additions and 51 deletions

View File

@ -66,7 +66,7 @@ bool AssetLoaderStringTable::LoadFromRaw(const std::string& assetName, ISearchPa
else
cell.string = memory->Dup(rowValues[col].c_str());
cell.hash = CommonT5::Com_HashString(cell.string);
cell.hash = Common::Com_HashString(cell.string);
}
}