mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 21:16:26 +00:00
Removed call to Console.WriteLine when changing WindowState.
This commit is contained in:
parent
2e3b56f89c
commit
db54fa79b3
|
@ -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