Fixed line endings.

This commit is contained in:
the_fiddler 2008-05-04 17:18:54 +00:00
parent dda7624efa
commit 027c6eb542

View file

@ -195,7 +195,7 @@ namespace OpenTK.Input
else if (ButtonUp != null && !value && button[(int)b])
ButtonUp(this, b);
button[(int)b] = value;
//System.Diagnostics.Debug.Print("Mouse button {0} {1}", b, value ? "down" : "up");
}
}