1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:07:26 +08:00

Qualifier 'this.' is redundant

This commit is contained in:
TocoToucan 2018-03-27 18:03:57 +03:00
parent e91d24f31a
commit 458594d24d

View File

@ -41,7 +41,7 @@ namespace osu.Game.Graphics
this.host = host;
this.storage = storage.GetStorageForDirectory(@"screenshots");
this.notificationOverlay = notificationOverlay;
this.menuCursorContainer = cursorOverrideContainer.Cursor;
menuCursorContainer = cursorOverrideContainer.Cursor;
screenshotFormat = config.GetBindable<ScreenshotFormat>(OsuSetting.ScreenshotFormat);
captureMenuCursor = config.GetBindable<bool>(OsuSetting.ScreenshotCaptureMenuCursor);