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:
parent
e91d24f31a
commit
458594d24d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user