Fix default value for grain blending mode.

This commit is contained in:
Marisa the Magician 2021-11-14 00:10:49 +01:00
commit caabfe864c

View file

@ -18,7 +18,7 @@ nosave float mfx_nm2_g = 9.42;
nosave float mfx_nm2_b = 6.29;
nosave float mfx_np = 4.;
nosave float mfx_bnp = 1.5;
nosave int mfx_nb = 2;
nosave int mfx_nb = 1;
nosave bool mfx_dirtenable = false;
nosave float mfx_dirtcfactor = .05;