mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 20:45:33 +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.");
|
||||
}
|
||||
|
||||
MakeCurrent();
|
||||
//MakeCurrent();
|
||||
|
||||
AlcError err = Alc.GetError(device_handle);
|
||||
if (err != AlcError.NoError)
|
||||
|
|
Loading…
Reference in a new issue