From 3505236ee244abeca722de6ebb5b4625ea694919 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 20 Jan 2008 21:22:03 +0000 Subject: [PATCH] Commented MakeCurrent() out for testing. --- Source/OpenTK/OpenAL/AudioContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)