mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 20:52:54 +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))
|
.Cast<HitObjectLifetimeEntry>(), editorState.Time))
|
||||||
{
|
{
|
||||||
drawableObjectEntry.Result = new JudgementResult(drawableObjectEntry.HitObject, drawableObjectEntry.HitObject.Judgement)
|
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)
|
static IEnumerable<HitObjectLifetimeEntry> enumerateDrawableEntries(IEnumerable<HitObjectLifetimeEntry> entries, double cutoffTime)
|
||||||
|
Loading…
Reference in New Issue
Block a user