mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-10 20:55:49 +00:00
Removed unnecessary debugging messages from main loop.
This commit is contained in:
parent
907d2bd7e9
commit
e5469f38d1
|
@ -152,7 +152,6 @@ namespace OpenTK.Platform.Windows
|
|||
|
||||
IntPtr WindowProcedure(IntPtr handle, WindowMessage message, IntPtr wParam, IntPtr lParam)
|
||||
{
|
||||
Debug.WriteLine(message.ToString());
|
||||
switch (message)
|
||||
{
|
||||
#region Size / Move / Style events
|
||||
|
|
Loading…
Reference in a new issue