mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 17:07:35 +09: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…
x
Reference in New Issue
Block a user