mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Add Model dumping for T6
This commit is contained in:
@ -20,7 +20,7 @@ namespace T6
|
||||
explicit KeyValuePairKnownKey(std::string key)
|
||||
{
|
||||
m_key = std::move(key);
|
||||
m_hash = CommonT6::Com_HashKey(m_key.c_str(), 64);
|
||||
m_hash = Common::Com_HashKey(m_key.c_str(), 64);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user