Skip to content

Commit

Permalink
fix tab rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Jan 30, 2025
1 parent ca3fe01 commit 0cbd936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ScaleformUI_Csharp/Menus/Pause Menus/PauseMenu/TabView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ public int Index
index = 0;
if (index < 0)
index = Tabs.Count - 1;
Tabs[Index].Visible = true;
if (Visible)
{
BuildPauseMenu();
Expand Down

0 comments on commit 0cbd936

Please sign in to comment.