mirror of https://github.com/adamdruppe/arsd.git
ancient
This commit is contained in:
parent
e592a3a0ac
commit
08a584f7f0
2
audio.d
2
audio.d
|
@ -67,7 +67,7 @@ class Audio{
|
||||||
active = false;
|
active = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(Mix_OpenAudio(22050, AUDIO_S16SYS, 2, 4096/2 /* the /2 is new */) != 0){
|
if(1) { // if(Mix_OpenAudio(22050, AUDIO_S16SYS, 2, 4096/2 /* the /2 is new */) != 0){
|
||||||
active = false; //throw new Error;
|
active = false; //throw new Error;
|
||||||
error = true;
|
error = true;
|
||||||
audioIsLoaded = false;
|
audioIsLoaded = false;
|
||||||
|
|
Loading…
Reference in New Issue