1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 00:42:55 +08:00

Missed one white space.. I guess my editor wasn't properly configured

for this file
This commit is contained in:
Vidalee 2018-05-06 13:09:46 +02:00
parent af85102277
commit d36d9643eb

View File

@ -289,7 +289,7 @@ namespace osu.Game.Rulesets.UI
foreach (var mod in mods.OfType<IApplicableToRulesetContainer<TObject>>())
mod.ApplyToRulesetContainer(this);
foreach (var mod in mods.OfType<IReadFromConfig>())
mod.ReadFromConfig(config);
}