mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-31 21:47:44 +00:00
more linux build fails
This commit is contained in:
parent
54278a593a
commit
f7ece105ed
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user