mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-20 18:47:56 +00:00
Removed call to Console.WriteLine when changing WindowState.
This commit is contained in:
parent
969d66e9f1
commit
44b3a10794
|
@ -111,7 +111,6 @@ namespace OpenTK.Platform.Windows
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WindowMessage.SIZE:
|
case WindowMessage.SIZE:
|
||||||
Console.WriteLine(m.WParam.ToString());
|
|
||||||
long state = m.WParam.ToInt64();
|
long state = m.WParam.ToInt64();
|
||||||
switch (state)
|
switch (state)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue