mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-18 22:20:53 +00:00
Avoid console spam when a sound can't play
This commit is contained in:
parent
6942fa97da
commit
6c5c9ce46e
@ -296,7 +296,7 @@ namespace MWSound
|
|||||||
}
|
}
|
||||||
catch(std::exception &e)
|
catch(std::exception &e)
|
||||||
{
|
{
|
||||||
std::cout <<"Sound Error: "<<e.what()<< std::endl;
|
//std::cout <<"Sound Error: "<<e.what()<< std::endl;
|
||||||
}
|
}
|
||||||
return sound;
|
return sound;
|
||||||
}
|
}
|
||||||
@ -332,7 +332,7 @@ namespace MWSound
|
|||||||
}
|
}
|
||||||
catch(std::exception &e)
|
catch(std::exception &e)
|
||||||
{
|
{
|
||||||
std::cout <<"Sound Error: "<<e.what()<< std::endl;
|
//std::cout <<"Sound Error: "<<e.what()<< std::endl;
|
||||||
}
|
}
|
||||||
return sound;
|
return sound;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user