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 a41360c commit e47922dCopy full SHA for e47922d
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