Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Changed member visibility of Setup() in MainMenuButton.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
REHERC committed Jun 22, 2021
1 parent 10e5e5d commit 8151082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distance.AdventureMaker/Scripts/MainMenu/MainMenuButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void Awake()
}
}

public void Setup(MainMenuLogic menuLogic)
protected void Setup(MainMenuLogic menuLogic)
{
// Do not create the button if it has already been created
if (menuLogic_) return;
Expand Down

0 comments on commit 8151082

Please sign in to comment.