mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 21:52:56 +08:00
Missed one white space.. I guess my editor wasn't properly configured
for this file
This commit is contained in:
parent
af85102277
commit
d36d9643eb
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user