mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-19 04:21:56 +00:00
Merge pull request #463 from tzachshabtay/RemoveRedundantPrintout
Removed redundant printout for "OnMouseMove called without moving the mouse"
This commit is contained in:
commit
12b0603dea
|
@ -269,7 +269,6 @@ namespace OpenTK.Platform
|
|||
|
||||
if (e.XDelta == 0 && e.YDelta == 0)
|
||||
{
|
||||
Debug.WriteLine("OnMouseMove called without moving the mouse");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue