2
0
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:
Alex 2024-02-09 12:04:41 -05:00
parent 54278a593a
commit f7ece105ed

View File

@ -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;