1
0
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:
Nitrous 2024-01-09 16:30:48 +08:00
parent 63961ea276
commit c081ca2145
No known key found for this signature in database
GPG Key ID: A5D82BAEC7C1D1F5

View File

@ -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