diff --git a/Source/OpenTK/Platform/SDL2/Sdl2GraphicsContext.cs b/Source/OpenTK/Platform/SDL2/Sdl2GraphicsContext.cs index eb6f8ab7..4a78ae4f 100644 --- a/Source/OpenTK/Platform/SDL2/Sdl2GraphicsContext.cs +++ b/Source/OpenTK/Platform/SDL2/Sdl2GraphicsContext.cs @@ -230,7 +230,7 @@ namespace OpenTK.Platform.SDL2 if (mode.Stencil > 0) { - SDL.GL.SetAttribute(ContextAttribute.STENCIL_SIZE, mode.Stereo ? 1 : 0); + SDL.GL.SetAttribute(ContextAttribute.STENCIL_SIZE, 1); } if (mode.Stereo)