change blendmask blendmaskab from int to double

This commit is contained in:
Desmis
2020-06-27 17:11:49 +02:00
parent 90005b0663
commit 466099b68b
3 changed files with 10 additions and 10 deletions

View File

@@ -1426,8 +1426,8 @@ struct LocallabParams {
int complexmask;
bool expmask;
int sensimask;
int blendmask;
int blendmaskab;
double blendmask;
double blendmaskab;
double softradiusmask;
bool enamask;
bool fftmask;