mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Remove osu!catch GotoFrame usage
This commit is contained in:
@ -71,6 +71,8 @@ namespace osu.Game.Skinning
|
||||
|
||||
if (timeReference != null)
|
||||
Clock = new FramedOffsetClock(timeReference.Clock) { Offset = -timeReference.AnimationStartTime };
|
||||
else
|
||||
Clock = new FramedOffsetClock(Clock);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user