]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable the dynamic hud effects for the quickmenu panel
authorterencehill <piuntn@gmail.com>
Tue, 12 Apr 2016 14:21:12 +0000 (16:21 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 12 Apr 2016 14:21:12 +0000 (16:21 +0200)
qcsrc/client/hud/panel/quickmenu.qc

index a6b616e7bc86e1bef7dacadac20ee1d1435175fb..08d97ffd2e5a64027eb730017bce4f2ad9b2d17a 100644 (file)
@@ -621,7 +621,7 @@ void HUD_QuickMenu()
 
        HUD_Panel_UpdateCvars();
 
-       HUD_Scale_Enable();
+       HUD_Scale_Disable();
        HUD_Panel_DrawBg(1);
 
        if(panel_bg_padding)