diff --git a/src/AtomAnimations/Editing/AtomAnimationEditContext.cs b/src/AtomAnimations/Editing/AtomAnimationEditContext.cs index 32a024b7..9290afd7 100644 --- a/src/AtomAnimations/Editing/AtomAnimationEditContext.cs +++ b/src/AtomAnimations/Editing/AtomAnimationEditContext.cs @@ -140,7 +140,8 @@ public float clipTime if (!animation.isPlaying || animation.paused) Sample(); if (current.animationPattern != null) - current.animationPattern.SetFloatParamValue("currentTime", playTime); + current.animationPattern.SetFloatParamValue("currentTime", value); + // TODO: If the scrubber range does not contain the time, update the range onTimeChanged.Invoke(timeArgs); }