mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Qualifier 'this.' is redundant
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user