1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

Add comment about the android ruleset situation.

This commit is contained in:
miterosan 2019-07-03 10:54:10 +02:00
parent ab244d1b7f
commit 43d7f66c5b

View File

@ -22,6 +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 ruleset assemblies from the filesystem.
addLoadedRulesets();
try