Fixed device requested in MingW64 OpenAL code. Patch from Battler.
This commit is contained in:
parent
5f391a1992
commit
14b73fb7e6
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ ALvoid alutInit(ALint *argc,ALbyte **argv)
|
|||
ALCdevice *Device;
|
||||
|
||||
//Open device
|
||||
Device=alcOpenDevice((ALubyte*)"DirectSound3D");
|
||||
Device=alcOpenDevice((ALubyte*)"");
|
||||
//Create context(s)
|
||||
Context=alcCreateContext(Device,NULL);
|
||||
//Set active context
|
||||
|
|
|
|||
Loading…
Reference in a new issue