1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:52:55 +08:00

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

View File

@ -33,7 +33,7 @@ namespace osu.Game.Rulesets.Catch.Edit
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;
}