r5238 - trunk/misc/ttf2conchars

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Dec 16 07:21:55 EST 2008


Author: div0
Date: 2008-12-16 07:21:55 -0500 (Tue, 16 Dec 2008)
New Revision: 5238

Modified:
   trunk/misc/ttf2conchars/ttf2conchars.c
Log:
fix blur


Modified: trunk/misc/ttf2conchars/ttf2conchars.c
===================================================================
--- trunk/misc/ttf2conchars/ttf2conchars.c	2008-12-16 12:11:02 UTC (rev 5237)
+++ trunk/misc/ttf2conchars/ttf2conchars.c	2008-12-16 12:21:55 UTC (rev 5238)
@@ -251,7 +251,7 @@
 {
 	/*  note: x0, y0 is the origin of the UNFILTERED image; it is "transparently" expanded by a BLURFUNCIMAX. */
 	int x, y, d, xa, ya, xb, yb;
-	d = (int) BLURFUNCIMAX(1, B);
+	d = (int) BLURFUNCIMAX(A, B);
 
 	SDL_LockSurface(src);
 	SDL_LockSurface(dest);




More information about the nexuiz-commits mailing list