summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-02-17 21:07:42 -0800
committeryum <yum.food.vr@gmail.com>2026-02-17 21:07:42 -0800
commitb536da97225c962885cd87c37c269b2b7c524005 (patch)
tree29d5dd6eef767a5a77c748047899a955d00e59dc
parent6cefb137d8b0d68721fcf650c9da5fda237ee5b4 (diff)
Fold: bugfix: seeking immediately updates in ui
-rwxr-xr-xScripts/Fold/Editor/FoldEditorWindow.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/Fold/Editor/FoldEditorWindow.cs b/Scripts/Fold/Editor/FoldEditorWindow.cs
index 9c4cd2f..d475c6a 100755
--- a/Scripts/Fold/Editor/FoldEditorWindow.cs
+++ b/Scripts/Fold/Editor/FoldEditorWindow.cs
@@ -704,6 +704,7 @@ public class FoldEditorWindow : EditorWindow
if (windows.Length == 0) return;
s_timeProp.SetValue(windows[0], time);
+ ((EditorWindow)windows[0]).Repaint();
}
static bool TryGetAnimationWindowState(out AnimationClip clip, out float time)