mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 12:02:54 +08:00
Fix comment wording
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
2087d8d09e
commit
a7179d1c87
@ -59,7 +59,7 @@ namespace osu.Game.Rulesets
|
||||
|
||||
// the requesting assembly may be located out of the executable's base directory, thus requiring manual resolving of its dependencies.
|
||||
// this assumes the only explicit dependency of the ruleset is the game core assembly.
|
||||
// the ruleset dependency on the game core assembly requires manual resolving, transient dependencies should be resolved automatically
|
||||
// the ruleset dependency on the game core assembly requires manual resolving, transitive dependencies should be resolved automatically
|
||||
if (asm.Name.Equals(typeof(OsuGame).Assembly.GetName().Name, StringComparison.Ordinal))
|
||||
return Assembly.GetExecutingAssembly();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user