Fix #907 by re-adding ABSOLUTE axial offset
This commit is contained in:
parent
c48c31c725
commit
93633a27c3
@ -95,7 +95,7 @@ public enum AxialMethod implements DistanceMethod {
|
||||
// just as a reminder:
|
||||
// public T[] getEnumConstants()
|
||||
|
||||
public static final AxialMethod[] axialOffsetMethods = { TOP, MIDDLE, BOTTOM };
|
||||
public static final AxialMethod[] axialOffsetMethods = { ABSOLUTE, TOP, MIDDLE, BOTTOM };
|
||||
|
||||
public final String description;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user