my fault
This commit is contained in:
parent
147df1ffb2
commit
e25bf9f077
@ -47,7 +47,7 @@ public abstract class PathBase implements IPath {
|
||||
return this;
|
||||
}
|
||||
double factor = BaritoneAPI.getSettings().pathCutoffFactor.get();
|
||||
int newLength = (int) ((length() - 1) * factor) + min;
|
||||
int newLength = (int) ((length() - 1 - min) * factor) + min;
|
||||
return new CutoffPath(this, newLength);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user