Added tool mask

This commit is contained in:
Desmis
2020-06-21 09:49:53 +02:00
parent 680792807a
commit 0884203966
10 changed files with 229 additions and 6 deletions

View File

@@ -1421,6 +1421,9 @@ struct LocallabParams {
double baselog;
double strlog;
double anglog;
// mask
bool visimask;
bool expmask;
LocallabSpot();