mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
more linux build fails
This commit is contained in:
@ -347,7 +347,7 @@ bool LoadSoundRadverbs(MemoryManager* memory, SndBank* sndBank, const SearchPath
|
||||
{
|
||||
auto row = radverbCsv[i];
|
||||
|
||||
auto& name = row.GetValue("name", true);
|
||||
auto name = row.GetValue("name", true);
|
||||
if (name.empty())
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user