diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-17 21:07:42 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-17 21:07:42 -0800 |
| commit | b536da97225c962885cd87c37c269b2b7c524005 (patch) | |
| tree | 29d5dd6eef767a5a77c748047899a955d00e59dc /Scripts/Fold/Editor/FoldEditorWindow.cs | |
| parent | 6cefb137d8b0d68721fcf650c9da5fda237ee5b4 (diff) | |
Fold: bugfix: seeking immediately updates in ui
Diffstat (limited to 'Scripts/Fold/Editor/FoldEditorWindow.cs')
| -rwxr-xr-x | Scripts/Fold/Editor/FoldEditorWindow.cs | 1 |
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) |
