Fixed issues caused by renaming variables

This commit is contained in:
Willy Tu 2019-12-19 22:37:09 -08:00
parent 2769ddb3bb
commit afc11aa547

View File

@ -212,12 +212,12 @@ namespace osu.Game.Tests.Visual.UserInterface
HeaderText = @"Deleting this local score. Are you sure?";
Buttons = new PopupDialogButton[]
{
confirmButton = new PopupDialogOkButton
ConfirmButton = new PopupDialogOkButton
{
Text = @"Yes. Please.",
Action = () => leaderboard.DeleteScore(score)
},
cancelButton = new PopupDialogCancelButton
CancelButton = new PopupDialogCancelButton
{
Text = @"No, I'm still attached.",
},