Platform/Window: Fix size event triggering key event on Windows

This commit is contained in:
Lynix
2018-02-15 21:08:38 +01:00
parent 5a452ba2dd
commit 39c89c52f4
2 changed files with 2 additions and 0 deletions

View File

@@ -501,6 +501,7 @@ namespace Nz
event.size.height = size.y;
m_parent->PushEvent(event);
}
break;
}
case WM_KEYDOWN: