|
@@ -74,6 +74,7 @@ public abstract class BlendableAction extends Action {
|
|
|
|
|
|
public void setTransitionLength(double transitionLength) {
|
|
public void setTransitionLength(double transitionLength) {
|
|
this.transitionLength = transitionLength;
|
|
this.transitionLength = transitionLength;
|
|
|
|
+ this.transition.setLength(transitionLength);
|
|
}
|
|
}
|
|
|
|
|
|
protected float getTransitionWeight() {
|
|
protected float getTransitionWeight() {
|