mirror of
https://github.com/ppy/osu
synced 2025-03-18 17:15:28 +00:00
No longer flip legacy replay mouse positions.
This commit is contained in:
parent
cc10eba178
commit
7639e096d8
@ -137,7 +137,7 @@ namespace osu.Game.Rulesets.Scoring
|
||||
frames.Add(new ReplayFrame(
|
||||
lastTime,
|
||||
float.Parse(split[1]),
|
||||
384 - float.Parse(split[2]),
|
||||
float.Parse(split[2]),
|
||||
(ReplayButtonState)int.Parse(split[3])
|
||||
));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user