Merge branch 'master' into jgrpp

This commit is contained in:
Jonathan G Rennison
2021-04-05 19:28:17 +01:00
33 changed files with 827 additions and 178 deletions

View File

@@ -1420,6 +1420,7 @@ bool VideoDriver_Win32OpenGL::AllocateBackingStore(int w, int h, bool force)
this->dirty_rect = {};
bool res = OpenGLBackend::Get()->Resize(w, h, force);
SwapBuffers(this->dc);
_screen.dst_ptr = this->GetVideoPointer();
return res;