mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 12:55:36 +00:00
[Win] Fixed infinite recursion
This commit is contained in:
parent
fb034de00d
commit
4556e54405
|
@ -1008,7 +1008,7 @@ namespace OpenTK.Platform.Windows
|
|||
{
|
||||
get
|
||||
{
|
||||
return ClientRectangle.Size;
|
||||
return client_rectangle.Size;
|
||||
}
|
||||
set
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue