Fix typo in comment

This commit is contained in:
Dean Herbert 2020-01-30 16:29:15 +09:00 committed by GitHub
parent 3604730027
commit d03723303d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,7 +241,7 @@ namespace osu.Game.Scoring.Legacy
if (i == 0 && diff == 0)
// osu-stable adds a zero-time frame before potentially valid negative user frames.
// we need to ignroe this.
// we need to ignore this.
continue;
// Todo: At some point we probably want to rewind and play back the negative-time frames