From: Wolfgang (Blub) Bumiller Date: Mon, 31 Oct 2011 11:14:52 +0000 (+0100) Subject: Typo in cvar description X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3f3a8f5b3aabfa77cd2144abd5de9b7aff8b9145;p=xonotic%2Fdarkplaces.git Typo in cvar description --- diff --git a/ft2.c b/ft2.c index f55d0e22..e1c2fe49 100644 --- a/ft2.c +++ b/ft2.c @@ -34,7 +34,7 @@ CVars introduced with the freetype extension */ cvar_t r_font_disable_freetype = {CVAR_SAVE, "r_font_disable_freetype", "1", "disable freetype support for fonts entirely"}; -cvar_t r_font_use_alpha_textures = {CVAR_SAVE, "r_font_use_alpha_textures", "0", "use alpha-textures for font rendering, this should safe memory"}; +cvar_t r_font_use_alpha_textures = {CVAR_SAVE, "r_font_use_alpha_textures", "0", "use alpha-textures for font rendering, this should save memory"}; cvar_t r_font_size_snapping = {CVAR_SAVE, "r_font_size_snapping", "1", "stick to good looking font sizes whenever possible - bad when the mod doesn't support it!"}; 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"};