mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fixed issues caused by renaming variables
This commit is contained in:
@ -212,12 +212,12 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
HeaderText = @"Deleting this local score. Are you sure?";
|
HeaderText = @"Deleting this local score. Are you sure?";
|
||||||
Buttons = new PopupDialogButton[]
|
Buttons = new PopupDialogButton[]
|
||||||
{
|
{
|
||||||
confirmButton = new PopupDialogOkButton
|
ConfirmButton = new PopupDialogOkButton
|
||||||
{
|
{
|
||||||
Text = @"Yes. Please.",
|
Text = @"Yes. Please.",
|
||||||
Action = () => leaderboard.DeleteScore(score)
|
Action = () => leaderboard.DeleteScore(score)
|
||||||
},
|
},
|
||||||
cancelButton = new PopupDialogCancelButton
|
CancelButton = new PopupDialogCancelButton
|
||||||
{
|
{
|
||||||
Text = @"No, I'm still attached.",
|
Text = @"No, I'm still attached.",
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user