diff --git a/source/feathers/motion/Fade.as b/source/feathers/motion/Fade.as index a962c13bb6..e60bc2b4e1 100644 --- a/source/feathers/motion/Fade.as +++ b/source/feathers/motion/Fade.as @@ -171,7 +171,7 @@ package feathers.motion { oldScreen.alpha = 1; } - var tween:FadeTween = new FadeTween(newScreen, oldScreen, duration, ease, onComplete, tweenProperties); + var tween:FadeTween = new FadeTween(newScreen, null, duration, ease, onComplete, tweenProperties); } else { @@ -339,4 +339,4 @@ class FadeTween extends Tween this._onCompleteCallback(); } } -} \ No newline at end of file +}