mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 14:10:37 +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)
|
if (e.XDelta == 0 && e.YDelta == 0)
|
||||||
{
|
{
|
||||||
Debug.WriteLine("OnMouseMove called without moving the mouse");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue