diff --git a/Source/Examples/Tests/Extensions.cs b/Source/Examples/Tests/Extensions.cs index f6aba49c..39e3b6a2 100644 --- a/Source/Examples/Tests/Extensions.cs +++ b/Source/Examples/Tests/Extensions.cs @@ -57,7 +57,7 @@ namespace Examples.WinForms Application.Idle -= StartAsync; // Create a context in order to load all GL methods (GL.LoadAll() is called automatically.) - using (GLControl control = new GLControl(GraphicsMode.Default)) + using (GLControl control = new GLControl(GraphicsMode.Default, 3, 0, GraphicsContextFlags.Default)) { TextBoxVendor.Text = GL.GetString(StringName.Vendor); TextBoxRenderer.Text = GL.GetString(StringName.Renderer);