mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
committed by
Dean Herbert
parent
dfa34776a5
commit
5fdd7f9bff
@ -168,7 +168,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
||||
///
|
||||
/// In all other cases, no special handling is required (either key being pressed is allowable as valid tracking).
|
||||
///
|
||||
/// The reason for storing this as a time value (rather than a bool) is to correct handle rewind scenarios.
|
||||
/// The reason for storing this as a time value (rather than a bool) is to correctly handle rewind scenarios.
|
||||
/// </summary>
|
||||
private double? timeToAcceptAnyKeyAfter;
|
||||
|
||||
|
Reference in New Issue
Block a user