mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Ignore IgnoreHits for flashiness
This commit is contained in:
@ -319,7 +319,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
processor.NewJudgement += judgement =>
|
||||
{
|
||||
if (judgement.IsHit)
|
||||
if (judgement.IsHit && judgement.Type != HitResult.IgnoreHit)
|
||||
shd.Flash(judgement);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user