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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user