attempt to fix merged sliders rendering wrong cones
This commit is contained in:
@@ -50,7 +50,7 @@ public class OptionGroups {
|
||||
OPTION_FALLBACK_SLIDERS,
|
||||
OPTION_SHRINKING_SLIDERS,
|
||||
OPTION_MERGING_SLIDERS,
|
||||
//OPTION_MERGING_SLIDERS_MIRROR_POOL,
|
||||
OPTION_MERGING_SLIDERS_MIRROR_POOL,
|
||||
OPTION_DRAW_SLIDER_ENDCIRCLES,
|
||||
}),
|
||||
new OptionTab("DANCING HITCIRCLES", new Option[] {
|
||||
|
||||
@@ -496,7 +496,7 @@ public class Options {
|
||||
}
|
||||
};
|
||||
|
||||
public static final NumericOption OPTION_MERGING_SLIDERS_MIRROR_POOL = new NumericOption("Merging sliders mirror pool", "MergingSliderMirrorPool", "Amount of mirrors to calculate for merging sliders (impacts performance)", 2, 1, 5) {
|
||||
public static final NumericOption OPTION_MERGING_SLIDERS_MIRROR_POOL = new NumericOption("Mirrors", "MergingSliderMirrorPool", "Amount of mirrors to calculate for merging sliders (impacts performance)", 2, 2, 6) {
|
||||
@Override
|
||||
public String getValueString () {
|
||||
return String.valueOf(val);
|
||||
|
||||
Reference in New Issue
Block a user