mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixes for multiple windows and example 22 (#2483)
This commit is contained in:
@@ -573,6 +573,8 @@ namespace entry
|
||||
, (HINSTANCE)GetModuleHandle(NULL)
|
||||
, 0
|
||||
);
|
||||
|
||||
adjust(hwnd, msg->m_width, msg->m_height, true);
|
||||
clear(hwnd);
|
||||
|
||||
m_hwnd[_wparam] = hwnd;
|
||||
|
||||
Reference in New Issue
Block a user