mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 08:22:56 +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; }
|
get { return resultCounts; }
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
if (value == ResultCounts) return;
|
if (value == resultCounts) return;
|
||||||
resultCounts = value;
|
resultCounts = value;
|
||||||
|
|
||||||
updateResultCounts();
|
updateResultCounts();
|
||||||
|
Loading…
Reference in New Issue
Block a user