Skip to content

Commit

Permalink
fixed UI not working after quitting to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Schyvun committed Apr 14, 2022
1 parent 8cd9828 commit d4d21ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public UIManager Initialize(TriggerManager tm, HKTimer hktimer, Timer timer) {

public void InitDisplay() {
if(menu != null) {
Modding.Logger.Log("Destroy menu");
GameObject.DestroyImmediate(menu);
}
CanvasUtil.CreateFonts();
Expand Down

0 comments on commit d4d21ae

Please sign in to comment.