fix aggressiveness not updating
This commit is contained in:
parent
22146e1ac6
commit
f91f2bb88f
|
@ -631,6 +631,12 @@ public class Options {
|
||||||
return val + "";
|
return val + "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void drag(GameContainer container, int d) {
|
||||||
|
super.drag(container, d);
|
||||||
|
QuadraticBezierMover.aggressiveness = val;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean showCondition() {
|
public boolean showCondition() {
|
||||||
return Dancer.moverFactories[Dancer.instance.getMoverFactoryIndex()] instanceof QuadraticBezierMoverFactory;
|
return Dancer.moverFactories[Dancer.instance.getMoverFactoryIndex()] instanceof QuadraticBezierMoverFactory;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user