From a6dfed9668f368ae2e04513222020c5a2e9e6f95 Mon Sep 17 00:00:00 2001 From: DrabWeb Date: Fri, 24 Mar 2017 00:41:56 -0300 Subject: [PATCH] Formatting --- osu.Game/Screens/Play/SongProgress.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;