mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 03:33:20 +08:00
fix outdated comment
This commit is contained in:
parent
8e11cda41a
commit
92b5650ff8
@ -13,7 +13,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
public partial class SelectionRotationHandler : Component
|
public partial class SelectionRotationHandler : Component
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether there is any ongoing scale operation right now.
|
/// Whether there is any ongoing rotation operation right now.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Bindable<bool> OperationInProgress { get; private set; } = new BindableBool();
|
public Bindable<bool> OperationInProgress { get; private set; } = new BindableBool();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user