diff --git a/rug.cpp b/rug.cpp index d2f70d6e..4cf698ab 100644 --- a/rug.cpp +++ b/rug.cpp @@ -1866,6 +1866,10 @@ int rugArgs() { subdivide_first = true; } + else if(argis("-anticusp")) { + shift(); anticusp_factor = argf(); + } + else return 1; return 0; }