mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 02:53:00 +08:00
Update framework.
This commit is contained in:
parent
488cc87985
commit
9772f2a042
@ -1 +1 @@
|
||||
Subproject commit fc9441b420878dd817ffc8ae41ac76abc328330c
|
||||
Subproject commit 1c80609e7aa686f4abdc82bcd6a8f03439463ce7
|
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user