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