mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
Rewrite inline comment
This commit is contained in:
parent
cef6e2a26b
commit
61778232d8
@ -9,7 +9,7 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
public class LegacyBeatmapSkin : LegacySkin
|
||||
{
|
||||
// Null should be returned in the case of no colours provided to fallback into current skin's colours.
|
||||
// Disallow default colours fallback on beatmap skins to allow using parent skin combo colours. (via SkinProvidingContainer)
|
||||
protected override bool AllowDefaultColoursFallback => false;
|
||||
|
||||
public LegacyBeatmapSkin(BeatmapInfo beatmap, IResourceStore<byte[]> storage, AudioManager audioManager)
|
||||
|
Loading…
Reference in New Issue
Block a user