mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Merge pull request #6394 from stenzek/macos-resize
OGL: Call GLInterface->Update() on window resize
This commit is contained in:
commit
a62343bd4f
@ -1446,6 +1446,7 @@ void Renderer::CheckForSurfaceResize()
|
||||
if (!m_surface_resized.TestAndClear())
|
||||
return;
|
||||
|
||||
GLInterface->Update();
|
||||
m_backbuffer_width = m_new_backbuffer_width;
|
||||
m_backbuffer_height = m_new_backbuffer_height;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user