Add new combo toggle to main composer interface

This commit is contained in:
Dean Herbert
2020-09-25 14:10:30 +09:00
parent bca774a0d4
commit e009264f10
4 changed files with 53 additions and 10 deletions

View File

@ -29,7 +29,7 @@ namespace osu.Game.Rulesets.Edit
/// <summary>
/// The <see cref="HitObject"/> that is being placed.
/// </summary>
protected readonly HitObject HitObject;
public readonly HitObject HitObject;
[Resolved(canBeNull: true)]
protected EditorClock EditorClock { get; private set; }