[Win] Fixed infinite recursion
authorthefiddler <stapostol@gmail.com>
Fri, 9 May 2014 14:14:13 +0000 (16:14 +0200)
committerthefiddler <stapostol@gmail.com>
Fri, 9 May 2014 14:14:13 +0000 (16:14 +0200)
Source/OpenTK/Platform/Windows/WinGLNative.cs

index 18598c7..74ca8c0 100644 (file)
@@ -1008,7 +1008,7 @@ namespace OpenTK.Platform.Windows
         {
             get
             {
-                return ClientRectangle.Size;
+                return client_rectangle.Size;
             }
             set
             {