Fix default value for grain blending mode.
This commit is contained in:
parent
595159703c
commit
caabfe864c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue