From 645d6f1f92c8f3febed0928c2abbfafe2b009bb9 Mon Sep 17 00:00:00 2001 From: terencehill Date: Mon, 27 Jul 2015 23:59:22 +0200 Subject: [PATCH] This comment wasn't supposed to be committed --- qcsrc/client/miscfunctions.qh | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/client/miscfunctions.qh b/qcsrc/client/miscfunctions.qh index fbdcc5db3..6c643962a 100644 --- a/qcsrc/client/miscfunctions.qh +++ b/qcsrc/client/miscfunctions.qh @@ -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; \ -- 2.39.2