Compile fix

This commit is contained in:
Joshua Granick
2014-06-26 06:37:48 -07:00
parent 867d555076
commit 6713b4d6bf

View File

@@ -17,7 +17,7 @@ namespace lime {
MouseEvent::MouseEvent () { MouseEvent::MouseEvent () {
button = MOUSE_BUTTON_LEFT; button = 0;
type = MOUSE_DOWN; type = MOUSE_DOWN;
x = 0.0; x = 0.0;
y = 0.0; y = 0.0;