mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
chore: do not log failing to open sound curve file in iw4
This commit is contained in:
parent
dcd7396087
commit
b3d59a3f28
@ -3,7 +3,6 @@
|
|||||||
#include "Parsing/Graph2D/Graph2DReader.h"
|
#include "Parsing/Graph2D/Graph2DReader.h"
|
||||||
|
|
||||||
#include <format>
|
#include <format>
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
namespace sound_curve
|
namespace sound_curve
|
||||||
{
|
{
|
||||||
@ -14,7 +13,6 @@ namespace sound_curve
|
|||||||
const auto file = searchPath->Open(fileName);
|
const auto file = searchPath->Open(fileName);
|
||||||
if (!file.IsOpen())
|
if (!file.IsOpen())
|
||||||
{
|
{
|
||||||
std::cerr << std::format("Failed to open file for sound curve \"{}\"\n", soundCurveName);
|
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user