mirror of
https://github.com/ppy/osu
synced 2025-02-18 03:16:57 +00:00
Fix typo in comment
This commit is contained in:
parent
3604730027
commit
d03723303d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user