1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Fix whitespace formatting

This commit is contained in:
Bartłomiej Dach 2020-04-19 16:29:32 +02:00
parent ba1c465edf
commit 1dcb0f53a2

View File

@ -29,7 +29,7 @@ namespace osu.Game.Rulesets
// We cannot read assemblies from cwd, so should check loaded assemblies instead.
loadFromAppDomain();
loadFromDisk();
// the event handler contains code for resolving dependency on the game assembly for rulesets located outside the base game directory.
// It needs to be attached to the assembly lookup event before the actual call to loadUserRulesets() else rulesets located out of the base game directory will fail
// to load as unable to locate the game core assembly.