2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-02 15:07:26 +00:00

Add Model dumping for T6

This commit is contained in:
Jan
2021-08-14 15:39:40 +02:00
parent 963e6537ca
commit d5780a1124
19 changed files with 878 additions and 84 deletions

View File

@@ -18,7 +18,7 @@ class AssetDumperFontIconInternal
explicit KnownAlias(std::string aliasName)
: m_name(std::move(aliasName))
{
m_hash = CommonT6::Com_HashString(m_name.c_str(), 0);
m_hash = Common::Com_HashString(m_name.c_str(), 0);
}
};