diff --git a/project/src/ui/WindowEvent.cpp b/project/src/ui/WindowEvent.cpp index fae1090b6..e67960ca9 100644 --- a/project/src/ui/WindowEvent.cpp +++ b/project/src/ui/WindowEvent.cpp @@ -19,6 +19,7 @@ namespace lime { WindowEvent::WindowEvent () { type = WINDOW_ACTIVATE; + width = 0; height = 0; x = 0;