Do not support bmp screenshots

This commit is contained in:
TocoToucan
2018-03-14 12:57:55 +03:00
parent 0e69ab1615
commit 25f738c4ae
3 changed files with 1 additions and 5 deletions

View File

@ -83,7 +83,7 @@ namespace osu.Game.Configuration
Set(OsuSetting.Version, string.Empty);
Set(OsuSetting.ScreenshotFormat, ScreenshotFormat.Png);
Set(OsuSetting.ScreenshotFormat, ScreenshotFormat.Jpg);
}
public OsuConfigManager(Storage storage) : base(storage)