mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix clear identifier typos
This commit is contained in:
@ -92,6 +92,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
|
||||
protected void TriggerOperationStarted() => OperationStarted?.Invoke();
|
||||
|
||||
protected void TriggerOperatoinEnded() => OperationEnded?.Invoke();
|
||||
protected void TriggerOperationEnded() => OperationEnded?.Invoke();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user