]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/vote.qc
Dynamic HUD: Rework panel resizing/shifting in a cleaner way and implement proper...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / vote.qc
index 502b237f7882efdb22662e33398b63890b3037f1..8968a6f349484bcb64c3f7d689e54f4d1958e094 100644 (file)
@@ -69,6 +69,7 @@ void HUD_Vote()
        mySize = panel_size;
 
        a = vote_alpha * (vote_highlighted ? autocvar_hud_panel_vote_alreadyvoted_alpha : 1);
+       HUD_Scale_Enable();
        HUD_Panel_DrawBg(a);
        a = panel_fg_alpha * a;