mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 04:22:55 +08:00
Fix formatting
This commit is contained in:
parent
7ac5bd4d37
commit
a3ea36d2b2
@ -105,7 +105,9 @@ namespace osu.Game.Screens.Edit.GameplayTest
|
||||
.Cast<HitObjectLifetimeEntry>(), editorState.Time))
|
||||
{
|
||||
drawableObjectEntry.Result = new JudgementResult(drawableObjectEntry.HitObject, drawableObjectEntry.HitObject.Judgement)
|
||||
{ Type = drawableObjectEntry.HitObject.Judgement.MaxResult };
|
||||
{
|
||||
Type = drawableObjectEntry.HitObject.Judgement.MaxResult
|
||||
};
|
||||
}
|
||||
|
||||
static IEnumerable<HitObjectLifetimeEntry> enumerateDrawableEntries(IEnumerable<HitObjectLifetimeEntry> entries, double cutoffTime)
|
||||
|
Loading…
Reference in New Issue
Block a user