mirror of https://github.com/ppy/osu
Fix up English in comment
This commit is contained in:
parent
995ef953c6
commit
494089e402
|
@ -33,7 +33,7 @@ public override bool HandleMovement(MoveSelectionEvent<HitObject> moveEvent)
|
|||
|
||||
if (deltaX == 0)
|
||||
{
|
||||
// Even there is no positional change, there may be a time change.
|
||||
// Even if there is no positional change, there may be a time change.
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue