mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
Make field to a local.
This commit is contained in:
parent
63961ea276
commit
c081ca2145
@ -31,8 +31,6 @@ namespace osu.Game.Screens.Play.PlayerSettings
|
||||
|
||||
private readonly OsuSpriteText multiplierText;
|
||||
|
||||
private readonly IconButton play;
|
||||
|
||||
private readonly BindableBool isPaused = new BindableBool();
|
||||
|
||||
[Resolved]
|
||||
@ -47,6 +45,8 @@ namespace osu.Game.Screens.Play.PlayerSettings
|
||||
const double seek_amount = 5000;
|
||||
const double seek_fast_amount = 10000;
|
||||
|
||||
IconButton play;
|
||||
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new FillFlowContainer
|
||||
|
Loading…
Reference in New Issue
Block a user