1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

Remove whitespaces and lowercase the comments

This commit is contained in:
miterosan 2019-07-03 10:57:09 +02:00
parent 43d7f66c5b
commit 5ecb764cdc

View File

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