mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +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;
|
AppDomain.CurrentDomain.AssemblyResolve += currentDomain_AssemblyResolve;
|
||||||
|
|
||||||
//on android in release configuration the assemblies are loaded from the apk directly into memory.
|
// On android in release configuration assemblies are loaded from the apk directly into memory.
|
||||||
//in this case there is no way to access the rulesets assemblies from the filesystem.
|
// We cannot read assemblies from cwd, so should check loaded assemblies isntead.
|
||||||
addLoadedRulesets();
|
addLoadedRulesets();
|
||||||
|
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user