1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00

Changed PalettizedTextures default value to off

This commit is contained in:
narzoul 2023-07-29 21:05:19 +02:00
parent 9eba917e09
commit 8931394562

View File

@ -10,7 +10,7 @@ namespace Config
{
public:
PalettizedTextures()
: BoolSetting("PalettizedTextures", "on")
: BoolSetting("PalettizedTextures", "off")
{
}
};