diff --git a/Source/OpenTK/OpenAL/AudioContext.cs b/Source/OpenTK/OpenAL/AudioContext.cs index fc99dcea..5e0486e5 100644 --- a/Source/OpenTK/OpenAL/AudioContext.cs +++ b/Source/OpenTK/OpenAL/AudioContext.cs @@ -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)