mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08:00
Fix spelling error
This commit is contained in:
parent
fafbbeef82
commit
6e32557be3
@ -18,7 +18,7 @@ namespace osu.Android
|
|||||||
{
|
{
|
||||||
// The default current directory on android is '/'.
|
// The default current directory on android is '/'.
|
||||||
// On some devices '/' maps to the app data directory. On others it maps to the root of the internal storage.
|
// On some devices '/' maps to the app data directory. On others it maps to the root of the internal storage.
|
||||||
// In order to have a consitend current directory on all devices the full path of the app data directory is set as the current directory.
|
// In order to have a consistent current directory on all devices the full path of the app data directory is set as the current directory.
|
||||||
System.Environment.CurrentDirectory = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal);
|
System.Environment.CurrentDirectory = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal);
|
||||||
|
|
||||||
base.OnCreate(savedInstanceState);
|
base.OnCreate(savedInstanceState);
|
||||||
|
Loading…
Reference in New Issue
Block a user