mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-16 17:57:57 -05:00
Add Model dumping for T6
This commit is contained in:
@ -25,7 +25,7 @@ bool InfoStringToStructConverter::GetHashValue(const std::string& value, unsigne
|
||||
return endPtr == &value[value.size()];
|
||||
}
|
||||
|
||||
hash = CommonT6::Com_HashString(value.c_str());
|
||||
hash = Common::Com_HashString(value.c_str());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user