mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-01 16:51:56 +00:00
chore: address code review comments
This commit is contained in:
@ -72,7 +72,7 @@ bool AssetLoaderSoundBank::CanLoadFromRaw() const
|
||||
return true;
|
||||
}
|
||||
|
||||
size_t GetValueIndex(const std::string& value, const std::string* lookupTable, size_t len)
|
||||
size_t GetValueIndex(const std::string& value, const char* const* lookupTable, const size_t len)
|
||||
{
|
||||
if (value.empty())
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user