mirror of https://github.com/ppy/osu
Fix typo causing nested windows to be ignored
This commit is contained in:
parent
0fb16cb55f
commit
32b068fbdc
|
@ -496,7 +496,7 @@ public HitWindows FirstAvailableHitWindows
|
|||
|
||||
foreach (var n in h.NestedHitObjects)
|
||||
{
|
||||
if (h.HitWindows.WindowFor(HitResult.Miss) > 0)
|
||||
if (n.HitWindows.WindowFor(HitResult.Miss) > 0)
|
||||
return n.HitWindows;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue