mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-26 02:38:04 +00:00
Initialize srate variable in openal_output
This commit is contained in:
parent
e5db5e2651
commit
a68de93308
@ -952,7 +952,7 @@ std::pair<Sound_Handle,size_t> OpenAL_Output::loadSound(const std::string &fname
|
||||
|
||||
std::vector<char> data;
|
||||
ALenum format = AL_NONE;
|
||||
int srate;
|
||||
int srate = 0;
|
||||
|
||||
try
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user