mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 13:27:19 +08:00
Restyled comment
This commit is contained in:
parent
f8d5a7d538
commit
6cdd5dfd83
@ -59,7 +59,7 @@ namespace osu.Game
|
||||
|
||||
private void window_OnSizeChanged()
|
||||
{
|
||||
// Don't store window sizes for minimized windows
|
||||
//don't store window size if window is minimized
|
||||
if(!Window.IsMinimized)
|
||||
{
|
||||
Config.Set<int>(OsuConfig.Width, Window.Size.Width);
|
||||
|
Loading…
x
Reference in New Issue
Block a user