fix OSD scaling on hiDPI screens

This commit is contained in:
Arisotura
2023-12-26 19:32:38 +01:00
parent f905b6fb93
commit ab8938a695
3 changed files with 4 additions and 4 deletions

View File

@ -591,7 +591,7 @@ void ScreenPanelGL::drawScreenGL()
screenSettingsLock.unlock();
OSD::Update();
OSD::DrawGL(w, h);
OSD::DrawGL(w, h, factor);
glContext->SwapBuffers();
}