Minor tweak

This commit is contained in:
Joshua Granick
2015-04-24 09:29:05 -07:00
parent 632f0e695d
commit ca89748dc9

View File

@@ -19,6 +19,7 @@ namespace lime {
WindowEvent::WindowEvent () { WindowEvent::WindowEvent () {
type = WINDOW_ACTIVATE; type = WINDOW_ACTIVATE;
width = 0; width = 0;
height = 0; height = 0;
x = 0; x = 0;