Commented MakeCurrent() out for testing.
This commit is contained in:
parent
bf88111e95
commit
3505236ee2
1 changed files with 1 additions and 1 deletions
|
@ -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