Fixed line endings.

This commit is contained in:
the_fiddler 2008-05-04 17:18:54 +00:00
parent 1abaa88bbf
commit b5fb1361ef

View file

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