1
0
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:
Dean Herbert 2017-05-24 13:43:10 +09:00
parent 15ee2b802e
commit 5e01940770

View File

@ -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();