]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/charmap.qc
Make work menu_showboxes with the charmap
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / charmap.qc
index ba21ba8c8d9fd0875740294fdd6266832c24f257..6953ba78d169138c967d34bf258955619dbe598d 100644 (file)
@@ -236,5 +236,6 @@ void XonoticCharmap_draw(entity me)
                        draw_CenterText(charPos, character, me.realFontSize, SKINCOLOR_CHARMAP_CHAR, SKINALPHA_CHARMAP_CHAR, 0);
                }
        }
+       SUPER(XonoticCharmap).draw(me);
 }
 #endif