mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 13:22:55 +08:00
Fix typo causing nested windows to be ignored
This commit is contained in:
parent
0fb16cb55f
commit
32b068fbdc
@ -496,7 +496,7 @@ namespace osu.Game.Rulesets.UI
|
|||||||
|
|
||||||
foreach (var n in h.NestedHitObjects)
|
foreach (var n in h.NestedHitObjects)
|
||||||
{
|
{
|
||||||
if (h.HitWindows.WindowFor(HitResult.Miss) > 0)
|
if (n.HitWindows.WindowFor(HitResult.Miss) > 0)
|
||||||
return n.HitWindows;
|
return n.HitWindows;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user