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:
parent
9eba917e09
commit
8931394562
@ -10,7 +10,7 @@ namespace Config
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
PalettizedTextures()
|
PalettizedTextures()
|
||||||
: BoolSetting("PalettizedTextures", "on")
|
: BoolSetting("PalettizedTextures", "off")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user