1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

fix code quality

This commit is contained in:
OliBomby 2024-05-15 23:40:51 +02:00
parent 8df5f22b4e
commit c4ac6d20a0

View File

@ -12,9 +12,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
{
public partial class SelectionBoxScaleHandle : SelectionBoxDragHandle
{
[Resolved]
private SelectionBox selectionBox { get; set; } = null!;
[Resolved]
private SelectionScaleHandler? scaleHandler { get; set; }