1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 03:59:58 +08:00

Rewrite comment to hopefully be more readable

This commit is contained in:
smoogipoo
2021-04-26 15:47:37 +09:00
Unverified
parent f70e45b199
commit 0d0b4ea78a
@@ -158,7 +158,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Default
{
var otherKey = headCircleHitAction == OsuAction.RightButton ? OsuAction.LeftButton : OsuAction.RightButton;
// we can return to accepting all other keys if they were released in the previous frame.
// we can start accepting any key once all other keys have been released in the previous frame.
if (!lastPressedActions.Contains(otherKey))
timeToAcceptAnyKeyAfter = Time.Current;
}