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
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ private void readLegacyReplay(Replay replay, StreamReader reader)
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