Merge pull request #463 from tzachshabtay/RemoveRedundantPrintout

Removed redundant printout for "OnMouseMove called without moving the mouse"
This commit is contained in:
varon 2016-12-12 09:25:40 +02:00 committed by GitHub
commit 12b0603dea

View file

@ -269,7 +269,6 @@ namespace OpenTK.Platform
if (e.XDelta == 0 && e.YDelta == 0)
{
Debug.WriteLine("OnMouseMove called without moving the mouse");
return;
}