From 055591d6d01e7ab4d4b20b65ed20429d37eb0a77 Mon Sep 17 00:00:00 2001 From: Sergey Lipskiy Date: Tue, 28 Nov 2017 16:31:55 +0700 Subject: [PATCH] Enable txHiresFullAlphaChannel config option by default because most of modern packs designed to use it. --- src/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config.cpp b/src/Config.cpp index 7b6c363d..f7394f37 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -74,7 +74,7 @@ void Config::resetToDefaults() textureFilter.txCacheSize = 100 * gc_uMegabyte; textureFilter.txHiresEnable = 0; - textureFilter.txHiresFullAlphaChannel = 0; + textureFilter.txHiresFullAlphaChannel = 1; textureFilter.txHresAltCRC = 0; textureFilter.txDump = 0;