diff --git a/Source/OpenTK/Graphics/IGraphicsContext.cs b/Source/OpenTK/Graphics/IGraphicsContext.cs index 8c68404d..5ca7753b 100644 --- a/Source/OpenTK/Graphics/IGraphicsContext.cs +++ b/Source/OpenTK/Graphics/IGraphicsContext.cs @@ -57,8 +57,11 @@ namespace OpenTK.Graphics /// /// Gets or sets a System.Boolean, indicating whether automatic error checking should be performed. - /// Influences the debug version of OpenTK.dll, only. /// + /// + /// It is an error to enable error checking inside a Begin()-End() region. + /// This method only affects the debug version of OpenTK.dll. + /// bool ErrorChecking { get; set; } }