1
0
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:
Dean Herbert 2019-07-03 18:36:04 +09:00
parent 5ecb764cdc
commit 62dd89197c

View File

@ -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