mirror of
https://github.com/ppy/osu
synced 2025-01-09 15:49:32 +00:00
Fixed issues caused by renaming variables
This commit is contained in:
parent
2769ddb3bb
commit
afc11aa547
@ -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.",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user