diff --git a/Source/OpenTK/Platform/Windows/WinGLNative.cs b/Source/OpenTK/Platform/Windows/WinGLNative.cs index db5fa039..cba8e79c 100644 --- a/Source/OpenTK/Platform/Windows/WinGLNative.cs +++ b/Source/OpenTK/Platform/Windows/WinGLNative.cs @@ -111,7 +111,8 @@ namespace OpenTK.Platform.Windows case WindowMessage.CLOSE: //this.DestroyWindow(); this.OnDestroy(EventArgs.Empty); - return; + //return; + break; case WindowMessage.DESTROY: //this.OnDestroy(EventArgs.Empty);