fix: 部分存档问题修复

This commit is contained in:
2026-07-24 16:40:20 +08:00
parent 1072b65a00
commit d0904efc20
2 changed files with 8 additions and 6 deletions
@@ -485,11 +485,11 @@ namespace AibisDream
switch (phase)
{
case TimelinePlaybackPhase.AtStart:
if (entry.hasEverAppliedPlayback)
{
Reset();
}
// Reset反而容易出现异常
// if (entry.hasEverAppliedPlayback)
// {
// Reset();
// }
break;
case TimelinePlaybackPhase.AtEnd:
if (!string.IsNullOrEmpty(entry.loadedAddressableKey))