diff --git a/osu.Game/Screens/Play/SongProgress.cs b/osu.Game/Screens/Play/SongProgress.cs index 5f1fd974ed..e0b48b0ec0 100644 --- a/osu.Game/Screens/Play/SongProgress.cs +++ b/osu.Game/Screens/Play/SongProgress.cs @@ -19,8 +19,8 @@ namespace osu.Game.Screens.Play private readonly Vector2 handleSize = new Vector2(14, 25); private const float transition_duration = 200; - private SongProgressBar bar; - private SongProgressGraph graph; + private readonly SongProgressBar bar; + private readonly SongProgressGraph graph; public Action OnSeek;