1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Convert text to a local variable

This commit is contained in:
EVAST9919 2017-11-13 05:58:19 +03:00
parent 89e9f84753
commit 51adea2a60

View File

@ -18,10 +18,11 @@ namespace osu.Game.Screens.Play.ReplaySettings
public IAdjustableClock AdjustableClock { set; get; }
private readonly ReplaySliderBar<double> sliderbar;
private readonly OsuSpriteText multiplierText;
public PlaybackSettings()
{
OsuSpriteText multiplierText;
Children = new Drawable[]
{
new Container