1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Rewrite inline comment

This commit is contained in:
iiSaLMaN 2019-11-06 23:24:54 +03:00
parent cef6e2a26b
commit 61778232d8

View File

@ -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)