From 9772f2a042603ab51fdfdef2694d60273376483e Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 9 Mar 2017 13:50:33 +0900 Subject: [PATCH] Update framework. --- osu-framework | 2 +- osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osu-framework b/osu-framework index fc9441b420..1c80609e7a 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit fc9441b420878dd817ffc8ae41ac76abc328330c +Subproject commit 1c80609e7aa686f4abdc82bcd6a8f03439463ce7 diff --git a/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs b/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs index cd01b94d94..f12d7ab9ce 100644 --- a/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs +++ b/osu.Game/Screens/Tournament/Components/DrawingsConfigManager.cs @@ -8,7 +8,7 @@ namespace osu.Game.Screens.Tournament.Components { public class DrawingsConfigManager : ConfigManager { - public override string Filename => @"drawings.ini"; + protected override string Filename => @"drawings.ini"; protected override void InitialiseDefaults() {