mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:43:22 +08:00
Refactor comment slightly
This commit is contained in:
parent
5ecb764cdc
commit
62dd89197c
@ -22,8 +22,8 @@ namespace osu.Game.Rulesets
|
||||
{
|
||||
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
Block a user