CLI option for anti-crossing

This commit is contained in:
Zeno Rogue 2018-02-27 19:39:54 +01:00
parent d641fee124
commit 4447a999ed
1 changed files with 4 additions and 0 deletions

View File

@ -1866,6 +1866,10 @@ int rugArgs() {
subdivide_first = true;
}
else if(argis("-anticusp")) {
shift(); anticusp_factor = argf();
}
else return 1;
return 0;
}