mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:07:29 +08:00
Convert text to a local variable
This commit is contained in:
parent
89e9f84753
commit
51adea2a60
@ -18,10 +18,11 @@ namespace osu.Game.Screens.Play.ReplaySettings
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user