osdwindows: Fixed the BGFX not rendering across multiple windows. Internal UI is still glitchy. [Ryan Holtz]

This commit is contained in:
mooglyguy 2018-10-06 12:25:05 +02:00
parent ba15682b41
commit 54dbfe1aa5

View File

@ -325,6 +325,7 @@ win_window_info::win_window_info(
m_non_fullscreen_bounds.right = 0;
m_non_fullscreen_bounds.bottom = 0;
m_prescale = video_config.prescale;
m_index = index;
}
POINT win_window_info::s_saved_cursor_pos = { -1, -1 };