mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 16:06:06 +08:00
Merge pull request #17071 from peppy/fix-test-null-ref-key-bind-lookup
This commit is contained in:
commit
271dbb672f
@ -240,9 +240,9 @@ namespace osu.Game.Configuration
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
public Func<Guid, string> LookupSkinName { private get; set; }
|
public Func<Guid, string> LookupSkinName { private get; set; } = _ => @"unknown";
|
||||||
|
|
||||||
public Func<GlobalAction, LocalisableString> LookupKeyBindings { get; set; }
|
public Func<GlobalAction, LocalisableString> LookupKeyBindings { get; set; } = _ => @"unknown";
|
||||||
}
|
}
|
||||||
|
|
||||||
// IMPORTANT: These are used in user configuration files.
|
// IMPORTANT: These are used in user configuration files.
|
||||||
|
Loading…
Reference in New Issue
Block a user