Fix up English in comment

This commit is contained in:
Bartłomiej Dach 2021-07-10 11:22:54 +02:00
parent 995ef953c6
commit 494089e402
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}