Minor reword inline comment

This commit is contained in:
Salman Ahmed 2022-04-18 21:07:20 +03:00
parent 16a0efc562
commit 1fc28552b5

View File

@ -216,7 +216,7 @@ namespace osu.Game.Overlays.Dialog
}; };
// It's important we start in a visible state so our state fires on hide, even before load. // It's important we start in a visible state so our state fires on hide, even before load.
// This is used by the IDialogOverlay to know when the dialog was dismissed. // This is used by the dialog overlay to know when the dialog was dismissed.
Show(); Show();
} }