Removed call to Console.WriteLine when changing WindowState.
This commit is contained in:
parent
2e3b56f89c
commit
db54fa79b3
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ namespace OpenTK.Platform.Windows
|
|||
break;
|
||||
|
||||
case WindowMessage.SIZE:
|
||||
Console.WriteLine(m.WParam.ToString());
|
||||
long state = m.WParam.ToInt64();
|
||||
switch (state)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue