mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make CI happy.
This commit is contained in:
@ -20,7 +20,7 @@ namespace osu.Game.Storyboards
|
||||
public override void ApplyTransforms(Drawable drawable, double offset = 0)
|
||||
=> base.ApplyTransforms(drawable, offset + LoopStartTime);
|
||||
|
||||
protected override void PostProcess(Command command, TransformSequence<Drawable> sequence)
|
||||
protected override void PostProcess(ICommand command, TransformSequence<Drawable> sequence)
|
||||
=> sequence.Loop(Duration - command.Duration, LoopCount);
|
||||
|
||||
public override string ToString()
|
||||
|
Reference in New Issue
Block a user