diff --git a/MikuMikuModel/GUI/Controls/ModelViewControl.cs b/MikuMikuModel/GUI/Controls/ModelViewControl.cs index cf9bcd4..b807a05 100644 --- a/MikuMikuModel/GUI/Controls/ModelViewControl.cs +++ b/MikuMikuModel/GUI/Controls/ModelViewControl.cs @@ -734,7 +734,7 @@ protected override void Dispose(bool disposing) Dispose(false); } - private ModelViewControl() : base(new GLControlSettings { NumberOfSamples = 2 }) + private ModelViewControl() : base(new GLControlSettings { NumberOfSamples = 2, Flags = OpenTK.Windowing.Common.ContextFlags.ForwardCompatible }) { MakeCurrent(); @@ -765,4 +765,4 @@ private ModelViewControl() : base(new GLControlSettings { NumberOfSamples = 2 }) Context.SwapInterval = 1; } -} \ No newline at end of file +}