mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-21 18:28:24 +00:00
Commented MakeCurrent() out for testing.
This commit is contained in:
parent
e91463e262
commit
1403d8f6e9
|
@ -247,7 +247,7 @@ namespace OpenTK.Audio
|
||||||
throw new AudioContextException("The audio context could not be created with the specified parameters.");
|
throw new AudioContextException("The audio context could not be created with the specified parameters.");
|
||||||
}
|
}
|
||||||
|
|
||||||
MakeCurrent();
|
//MakeCurrent();
|
||||||
|
|
||||||
AlcError err = Alc.GetError(device_handle);
|
AlcError err = Alc.GetError(device_handle);
|
||||||
if (err != AlcError.NoError)
|
if (err != AlcError.NoError)
|
||||||
|
|
Loading…
Reference in a new issue