mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Merge pull request #6394 from stenzek/macos-resize
OGL: Call GLInterface->Update() on window resize
This commit is contained in:
commit
a62343bd4f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue