1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 21:50:35 +08:00

Rename variable

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
StanR
2023-01-16 23:36:50 +03:00
committed by GitHub
Unverified
parent 6207a96a29
commit c5d09c0e2c
@@ -48,7 +48,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
}
};
LevelInfo.BindValueChanged(user => updateLevel(user.NewValue));
LevelInfo.BindValueChanged(level => updateLevel(level.NewValue));
}
private void updateLevel(UserStatistics.LevelInfo? levelInfo)