mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-09 17:44:46 +09:00
Fix incorrect change direction
This commit is contained in:
parent
1a271da785
commit
c03689b927
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ namespace PerformanceCalculator.Profile
|
|||
new Cell($"{item.LivePP:F1}") { Align = Align.Right },
|
||||
new Cell($"{item.LocalPP:F1}") { Align = Align.Right },
|
||||
new Cell($"{item.LocalPP - item.LivePP:F1}") { Align = Align.Right },
|
||||
new Cell($"{localOrdered.IndexOf(item) - liveOrdered.IndexOf(item)}") { Align = Align.Right },
|
||||
new Cell($"{liveOrdered.IndexOf(item) - localOrdered.IndexOf(item):+0;-0;-}") { Align = Align.Center },
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue