fix bezier depending options
This commit is contained in:
@@ -665,7 +665,8 @@ public class Options {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean showCondition() {
|
public boolean showCondition() {
|
||||||
return DANCE_QUAD_BEZ_USE_CUBIC_ON_SLIDERS.showCondition();
|
return DANCE_QUAD_BEZ_AGGRESSIVENESS.showCondition()
|
||||||
|
&& Dancer.sliderMoverController instanceof DefaultSliderMoverController;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -684,8 +685,7 @@ public class Options {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean showCondition() {
|
public boolean showCondition() {
|
||||||
return Dancer.moverFactories[Dancer.instance.getMoverFactoryIndex()] instanceof QuadraticBezierMoverFactory
|
return DANCE_QUAD_BEZ_SLIDER_AGGRESSIVENESS_FACTOR.showCondition();
|
||||||
&& Dancer.sliderMoverController instanceof DefaultSliderMoverController;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -709,7 +709,8 @@ public class Options {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean showCondition() {
|
public boolean showCondition() {
|
||||||
return DANCE_QUAD_BEZ_USE_CUBIC_ON_SLIDERS.showCondition() && DANCE_QUAD_BEZ_USE_CUBIC_ON_SLIDERS.getBooleanValue();
|
return DANCE_QUAD_BEZ_USE_CUBIC_ON_SLIDERS.showCondition()
|
||||||
|
&& DANCE_QUAD_BEZ_USE_CUBIC_ON_SLIDERS.getBooleanValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user