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