1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 02:52:54 +08:00

fix outdated comment

This commit is contained in:
OliBomby 2024-09-23 10:56:03 +02:00
parent 8e11cda41a
commit 92b5650ff8

View File

@ -13,7 +13,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
public partial class SelectionRotationHandler : Component
{
/// <summary>
/// Whether there is any ongoing scale operation right now.
/// Whether there is any ongoing rotation operation right now.
/// </summary>
public Bindable<bool> OperationInProgress { get; private set; } = new BindableBool();