We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e727cd commit a41360cCopy full SHA for a41360c
Runtime/Tween.cs
@@ -386,10 +386,10 @@ private IEnumerator Update()
386
// Perform the tween
387
UpdateCurrentValue(GetTweenedValueAt(ElapsedTime / TotalDuration));
388
389
- yield return null;
390
-
391
// Increment elapsed time
392
ElapsedTime += Time.deltaTime;
+
+ yield return null;
393
}
394
395
// Snap to the end value
0 commit comments