1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 02:53:00 +08:00

Update framework.

This commit is contained in:
Dean Herbert 2017-03-09 13:50:33 +09:00
parent 488cc87985
commit 9772f2a042
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit fc9441b420878dd817ffc8ae41ac76abc328330c
Subproject commit 1c80609e7aa686f4abdc82bcd6a8f03439463ce7

View File

@ -8,7 +8,7 @@ namespace osu.Game.Screens.Tournament.Components
{
public class DrawingsConfigManager : ConfigManager<DrawingsConfig>
{
public override string Filename => @"drawings.ini";
protected override string Filename => @"drawings.ini";
protected override void InitialiseDefaults()
{