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:
parent
43d7f66c5b
commit
5ecb764cdc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user