Commented MakeCurrent() out for testing.

This commit is contained in:
the_fiddler 2008-01-20 21:22:03 +00:00
parent e91463e262
commit 1403d8f6e9

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)