From: divverent Date: Wed, 23 Dec 2009 15:55:25 +0000 (+0000) Subject: oops, a float I meant X-Git-Tag: xonotic-v0.1.0preview~997 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7660616d5871b00b9be6828d5d1ae581539ed418;p=xonotic%2Fdarkplaces.git oops, a float I meant git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9651 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/ft2.c b/ft2.c index 43155561..23b34b69 100644 --- a/ft2.c +++ b/ft2.c @@ -601,7 +601,7 @@ int Font_IndexForSize(ft2_font_t *font, float _fsize, float *outw, float *outh) break; } } - if (value <= r_font_size_snapping.integer) + if (value <= r_font_size_snapping.value) { if (outw && outh) {