Fixed an issue with BlendableAction.setTransitionLength()... (#1205)
...which was not setting new length to transition tween and causing the new length to have no effect.
This commit is contained in:
parent
5c75af1d38
commit
3b8665fe93
@ -74,6 +74,7 @@ public abstract class BlendableAction extends Action {
|
||||
|
||||
public void setTransitionLength(double transitionLength) {
|
||||
this.transitionLength = transitionLength;
|
||||
this.transition.setLength(transitionLength);
|
||||
}
|
||||
|
||||
protected float getTransitionWeight() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user