From ca89748dc91ce07e8a7811cc05a68f27e5290346 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Fri, 24 Apr 2015 09:29:05 -0700 Subject: [PATCH] Minor tweak --- project/src/ui/WindowEvent.cpp | 1 + 1 file changed, 1 insertion(+) 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;