mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Don't reset the sound Output device if init fails
This commit is contained in:
parent
28378c063b
commit
7541e08909
@ -62,7 +62,6 @@ namespace MWSound
|
||||
catch(std::exception &e)
|
||||
{
|
||||
std::cout <<"Sound init failed: "<<e.what()<< std::endl;
|
||||
mOutput.reset();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user