mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-13 12:05:38 +00:00
Corrected some warnings.
This commit is contained in:
parent
8efe76ca92
commit
ffadaeb024
|
@ -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