Tweak the dither math.

This commit is contained in:
Marisa the Magician 2023-02-26 18:03:11 +01:00
commit 05b33078fb
5 changed files with 12 additions and 6 deletions

View file

@ -120,7 +120,7 @@ nosave int mfx_palnum = 0;
nosave float mfx_palsat = 1.;
nosave float mfx_palpow = 1.;
nosave int mfx_paldither = 3;
nosave int mfx_paldepth = 6;
nosave int mfx_paldepth = 8;
nosave string mfx_presetname = "Unnamed";