mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Fix window size saving to config incorrectly.
This commit is contained in:
parent
01fd7b82e8
commit
bd1a1644fd
@ -194,8 +194,8 @@ namespace osu.Game
|
|||||||
|
|
||||||
if (Parent != null)
|
if (Parent != null)
|
||||||
{
|
{
|
||||||
Config.Set(OsuConfig.Width, Size.X);
|
Config.Set(OsuConfig.Width, DrawSize.X);
|
||||||
Config.Set(OsuConfig.Height, Size.Y);
|
Config.Set(OsuConfig.Height, DrawSize.Y);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user