1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 06:22:56 +08:00

Fixed indenting

This commit is contained in:
Guus 2016-08-31 21:09:44 +09:00
parent 6cdd5dfd83
commit 670ce8f20c

View File

@ -27,7 +27,7 @@ namespace osu.Game
Window.Size = new Size(Config.Get<int>(OsuConfig.Width), Config.Get<int>(OsuConfig.Height));
Window.OnSizeChanged += window_OnSizeChanged;
API = new APIAccess()
{
Username = Config.Get<string>(OsuConfig.Username),