mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:02:55 +08:00
Compare with private field
This commit is contained in:
parent
15ee2b802e
commit
5e01940770
@ -46,7 +46,7 @@ namespace osu.Game.Overlays
|
||||
get { return resultCounts; }
|
||||
set
|
||||
{
|
||||
if (value == ResultCounts) return;
|
||||
if (value == resultCounts) return;
|
||||
resultCounts = value;
|
||||
|
||||
updateResultCounts();
|
||||
|
Loading…
Reference in New Issue
Block a user