diff --git a/src/ui/HUD.cc b/src/ui/HUD.cc index 11cd757dfa1974a81cb7ff7a28926fc10131cdae..f46f0453c50062e26ac0962651b094cd34b98885 100644 --- a/src/ui/HUD.cc +++ b/src/ui/HUD.cc @@ -692,6 +692,8 @@ void HUD::paintHUD() nextOfflineImage = ""; } + glRasterPos2i(0, 0); + glPixelZoom(xImageFactor, yImageFactor); // Resize to correct size and fill with image glDrawPixels(glImage.width(), glImage.height(), GL_RGBA, GL_UNSIGNED_BYTE, glImage.bits());