1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 22:33:05 +08:00

Fix code quality inspection

This commit is contained in:
Bartłomiej Dach 2024-05-06 12:23:11 +02:00
parent f066026503
commit 353a07f7a5
No known key found for this signature in database

View File

@ -70,7 +70,7 @@ namespace osu.Game.Overlays.SkinEditor
private OsuScreen? lastTargetScreen; private OsuScreen? lastTargetScreen;
private InvokeOnDisposal? nestedInputManagerDisable; private InvokeOnDisposal? nestedInputManagerDisable;
private LayoutValue drawSizeLayout; private readonly LayoutValue drawSizeLayout;
public SkinEditorOverlay(ScalingContainer scalingContainer) public SkinEditorOverlay(ScalingContainer scalingContainer)
{ {