1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

update scale when resizing window

This commit is contained in:
purplemarshmallow 2015-08-21 21:20:59 +02:00 committed by Sergey Lipskiy
parent 57e88cb800
commit 01ffde2aa9

View File

@ -176,6 +176,7 @@ bool OGLVideo::resizeWindow()
m_render._destroyData();
if (!_resizeWindow())
_start();
updateScale();
m_render._initData();
m_bResizeWindow = false;
return true;