]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/miscfunctions.qh
This comment wasn't supposed to be committed
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / miscfunctions.qh
index fbdcc5db3719a0411577154f0f50da44b3316097..6c643962a65678ab19643cc48a2300536aab2ee0 100644 (file)
@@ -98,7 +98,6 @@ void drawpic_aspect_skin_expanding(vector position, string pic, vector theScale,
 
 void drawpic_aspect_skin_expanding_two(vector position, string pic, vector theScale, vector rgb, float theAlpha, float flag, float fadelerp);
 
-// FIXME this function isn't centering the text correctly, see vote panel
 #define SET_POS_AND_SZ_Y_ASPECT(allow_colors) do {                                                                                                                                     \
        float textaspect, oldsz;                                                                                                                                                                                \
        textaspect = stringwidth(text, allow_colors, '1 1 1' * sz.y) / sz.y;                                                                                    \