[Win] Fixed infinite recursion
This commit is contained in:
parent
fb034de00d
commit
4556e54405
1 changed files with 1 additions and 1 deletions
|
@ -1008,7 +1008,7 @@ namespace OpenTK.Platform.Windows
|
|||
{
|
||||
get
|
||||
{
|
||||
return ClientRectangle.Size;
|
||||
return client_rectangle.Size;
|
||||
}
|
||||
set
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue