1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 05:49:52 +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
Unverified
parent af85102277
commit d36d9643eb
+1 -1
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);
}