mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Separate score and health parts of ScoreProcessor
This commit is contained in:
@ -37,7 +37,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
ScoreProcessor.FailConditions += (_, __) => true;
|
||||
HealthProcessor.FailConditions += (_, __) => true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user