mirror of https://github.com/ppy/osu
Fix typo in comment
This commit is contained in:
parent
3604730027
commit
d03723303d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue