mirror of https://github.com/ppy/osu
Refactor comment slightly
This commit is contained in:
parent
5ecb764cdc
commit
62dd89197c
|
@ -22,8 +22,8 @@ static RulesetStore()
|
|||
{
|
||||
AppDomain.CurrentDomain.AssemblyResolve += currentDomain_AssemblyResolve;
|
||||
|
||||
//on android in release configuration the assemblies are loaded from the apk directly into memory.
|
||||
//in this case there is no way to access the rulesets assemblies from the filesystem.
|
||||
// On android in release configuration assemblies are loaded from the apk directly into memory.
|
||||
// We cannot read assemblies from cwd, so should check loaded assemblies isntead.
|
||||
addLoadedRulesets();
|
||||
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue