2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-16 13:37:26 +00:00

chore: adjust log level of not being able to find soundbank

This commit is contained in:
Jan Laupetin
2025-09-13 09:59:03 +01:00
parent 00026bf803
commit 9e7e6e4523

View File

@@ -93,7 +93,7 @@ namespace T6
return sndBankPtr;
}
con::error("Failed to load sound bank '{}'", soundBankFileName);
con::warn("Could not find sound bank '{}'", soundBankFileName);
return nullptr;
}