mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-05 07:56:31 +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;
|
std::vector<char> data;
|
||||||
ALenum format = AL_NONE;
|
ALenum format = AL_NONE;
|
||||||
int srate;
|
int srate = 0;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue