Remove osu!catch GotoFrame usage

This commit is contained in:
Dean Herbert
2020-03-30 17:26:35 +09:00
parent 0044d00d07
commit 4406f44165
2 changed files with 6 additions and 1 deletions

View File

@ -71,6 +71,8 @@ namespace osu.Game.Skinning
if (timeReference != null)
Clock = new FramedOffsetClock(timeReference.Clock) { Offset = -timeReference.AnimationStartTime };
else
Clock = new FramedOffsetClock(Clock);
}
}