Convert text to a local variable

This commit is contained in:
EVAST9919 2017-11-13 05:58:19 +03:00
parent 89e9f84753
commit 51adea2a60
1 changed files with 2 additions and 1 deletions

View File

@ -18,10 +18,11 @@ public class PlaybackSettings : ReplayGroup
public IAdjustableClock AdjustableClock { set; get; } public IAdjustableClock AdjustableClock { set; get; }
private readonly ReplaySliderBar<double> sliderbar; private readonly ReplaySliderBar<double> sliderbar;
private readonly OsuSpriteText multiplierText;
public PlaybackSettings() public PlaybackSettings()
{ {
OsuSpriteText multiplierText;
Children = new Drawable[] Children = new Drawable[]
{ {
new Container new Container