mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 06:57:26 +00: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 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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user