1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Fix minor typo

This commit is contained in:
Salman Ahmed 2022-07-15 05:56:49 +03:00
parent 227871e8df
commit aea786ea0c

View File

@ -61,7 +61,7 @@ namespace osu.Game.Overlays
// if any existing dialog is being displayed, dismiss it before showing a new one.
lastDialog?.Hide();
// is the new dialog is hidden before added to the dialogContainer, bypass any further operations.
// if the new dialog is hidden before added to the dialogContainer, bypass any further operations.
if (dialog.State.Value == Visibility.Hidden)
{
dismiss();