mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed issue #890.
This commit is contained in:
@@ -820,8 +820,8 @@ namespace entry
|
||||
void* nwh = sdlNativeWindowHandle(m_window[handle.idx]);
|
||||
if (NULL != nwh)
|
||||
{
|
||||
m_eventQueue.postWindowEvent(handle, nwh);
|
||||
m_eventQueue.postSizeEvent(handle, msg->m_width, msg->m_height);
|
||||
m_eventQueue.postWindowEvent(handle, nwh);
|
||||
}
|
||||
|
||||
delete msg;
|
||||
|
||||
Reference in New Issue
Block a user