mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Initialize srate variable in openal_output
This commit is contained in:
parent
e5db5e2651
commit
a68de93308
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue