mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Calculate real position for judgement lines
This commit is contained in:
@ -277,10 +277,16 @@ namespace osu.Game.Screens.Play
|
||||
HealthDisplay?.Current.BindTo(processor.Health);
|
||||
|
||||
if (LeftAccuracyBar != null)
|
||||
{
|
||||
processor.NewJudgement += LeftAccuracyBar.OnNewJudgement;
|
||||
LeftAccuracyBar.HitWindows = processor.CreateHitWindows();
|
||||
}
|
||||
|
||||
if (RightAccuracyBar != null)
|
||||
{
|
||||
processor.NewJudgement += RightAccuracyBar.OnNewJudgement;
|
||||
RightAccuracyBar.HitWindows = processor.CreateHitWindows();
|
||||
}
|
||||
|
||||
if (HealthDisplay is StandardHealthDisplay shd)
|
||||
processor.NewJudgement += shd.Flash;
|
||||
|
Reference in New Issue
Block a user