From fc90cfa604d37e1b063f7f5bffbb9f2d5a3cb015 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Mon, 22 May 2017 17:50:05 +0900 Subject: [PATCH] Update BeatSyncedContainer.cs --- osu.Game/Graphics/Containers/BeatSyncedContainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Graphics/Containers/BeatSyncedContainer.cs b/osu.Game/Graphics/Containers/BeatSyncedContainer.cs index 8b38547037..945de822a3 100644 --- a/osu.Game/Graphics/Containers/BeatSyncedContainer.cs +++ b/osu.Game/Graphics/Containers/BeatSyncedContainer.cs @@ -16,7 +16,7 @@ namespace osu.Game.Graphics.Containers /// private const int seek_tolerance = 20; - private Bindable beatmap = new Bindable(); + private readonly Bindable beatmap = new Bindable(); private int lastBeat; private ControlPoint lastControlPoint;