1
0
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:
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; }
set
{
if (value == ResultCounts) return;
if (value == resultCounts) return;
resultCounts = value;
updateResultCounts();