diff --git a/Source/OpenTK/GameWindow.cs b/Source/OpenTK/GameWindow.cs index 4d2b2e64..2de5f0c9 100644 --- a/Source/OpenTK/GameWindow.cs +++ b/Source/OpenTK/GameWindow.cs @@ -261,7 +261,7 @@ namespace OpenTK #region Exit /// - /// Gracefully exits the GameWindow. May be called from any thread. + /// Closes the GameWindow. Equivalent to method. /// /// /// Override if you are not using . @@ -269,7 +269,6 @@ namespace OpenTK /// public virtual void Exit() { - isExiting = true; Close(); }