texturev: Fixed window resizing.

This commit is contained in:
Branimir Karadžić
2018-01-05 16:43:38 -08:00
parent b103741c1a
commit 6023a016c4

View File

@@ -1266,6 +1266,8 @@ int _main_(int _argc, char** _argv)
while (!entry::processWindowEvents(windowState, debug, reset) )
{
const entry::MouseState& mouseState = windowState.m_mouse;
width = windowState.m_width;
height = windowState.m_height;
if (!windowState.m_dropFile.isEmpty() )
{