mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-02 06:27:42 +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 row = radverbCsv[i];
|
||||||
|
|
||||||
auto& name = row.GetValue("name", true);
|
auto name = row.GetValue("name", true);
|
||||||
if (name.empty())
|
if (name.empty())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user