mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:02:55 +08:00
Fix set access to SelectionHandler
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
7b09f73fe5
commit
51cc644b7b
@ -32,7 +32,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
|
|
||||||
public Container<SelectionBlueprint> SelectionBlueprints { get; private set; }
|
public Container<SelectionBlueprint> SelectionBlueprints { get; private set; }
|
||||||
|
|
||||||
protected SelectionHandler SelectionHandler;
|
protected SelectionHandler SelectionHandler { get; private set; }
|
||||||
|
|
||||||
[Resolved(CanBeNull = true)]
|
[Resolved(CanBeNull = true)]
|
||||||
private IEditorChangeHandler changeHandler { get; set; }
|
private IEditorChangeHandler changeHandler { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user