Commented MakeCurrent() out for testing.

This commit is contained in:
the_fiddler 2008-01-20 21:22:03 +00:00
parent bf88111e95
commit 3505236ee2

View file

@ -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)