Make CI happy.

This commit is contained in:
Damnae
2017-09-08 13:04:53 +02:00
parent 6cde687d87
commit e63fb5720c
12 changed files with 29 additions and 32 deletions

View File

@ -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()