From 3ead5d92b5c64e1b75c33fd3f779dc9fc657cc2f Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 6 May 2011 19:31:50 +0000 Subject: [PATCH] we can enable NPOT fonts, there seems to be no slowdown from it git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11114 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=feb6b127336d86a5160baae639d3d65edcfeba04 --- ft2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ft2.c b/ft2.c index ab0e0d62..484a3159 100644 --- a/ft2.c +++ b/ft2.c @@ -39,7 +39,7 @@ cvar_t r_font_size_snapping = {CVAR_SAVE, "r_font_size_snapping", "1", "stick to cvar_t r_font_kerning = {CVAR_SAVE, "r_font_kerning", "1", "Use kerning if available"}; cvar_t r_font_diskcache = {CVAR_SAVE, "r_font_diskcache", "0", "save font textures to disk for future loading rather than generating them every time"}; cvar_t r_font_compress = {CVAR_SAVE, "r_font_compress", "0", "use texture compression on font textures to save video memory"}; -cvar_t r_font_nonpoweroftwo = {CVAR_SAVE, "r_font_nonpoweroftwo", "0", "use nonpoweroftwo textures for font (saves memory, slower)"}; +cvar_t r_font_nonpoweroftwo = {CVAR_SAVE, "r_font_nonpoweroftwo", "1", "use nonpoweroftwo textures for font (saves memory, potentially slower)"}; cvar_t developer_font = {CVAR_SAVE, "developer_font", "0", "prints debug messages about fonts"}; /* -- 2.39.2