Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
C# MenuHandler: make sure the IB are cleared when closing everything.
  • Loading branch information
manups4e committed Aug 4, 2023
1 parent 4f585ff commit 43dbd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ScaleformUI_Csharp/Menus/MenuHandler.cs
Expand Up @@ -151,6 +151,7 @@ public static void CloseAndClearHistory()
if (currentBase != null)
currentBase.Visible = false;
BreadcrumbsHandler.Clear();
Main.InstructionalButtons.ClearButtonList();
}
}
}

0 comments on commit 43dbd94

Please sign in to comment.