Skip to content

Commit

Permalink
correct action reference affected by merge #478
Browse files Browse the repository at this point in the history
  • Loading branch information
WildWeazel committed Dec 19, 2024
1 parent 0c1bee2 commit c90daf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C7/UIElements/Popups/CivilizationDestroyed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public override void _Ready()
message.SetPosition(new Vector2(25, 170));
AddChild(message);

AddButton("Very well.", 215, "ContinueAction");
AddButton("Very well.", 215, ContinueAction);
}

private void ContinueAction()
Expand Down

0 comments on commit c90daf5

Please sign in to comment.