mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 03:45:39 +00:00
Corrected some warnings.
This commit is contained in:
parent
bf939a4e10
commit
865f8ffd08
|
@ -250,12 +250,12 @@ namespace OpenTK
|
|||
get
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return glWindow.Visible;
|
||||
//return glWindow.Visible;
|
||||
}
|
||||
set
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
glWindow.Visible = value;
|
||||
//glWindow.Visible = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue