Skip to content

Commit

Permalink
C# UIMenu: removed unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Nov 8, 2023
1 parent 53a99dc commit 94d0714
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ScaleformUI_Csharp/Menus/UIMenu/UIMenu.cs
Expand Up @@ -2486,7 +2486,6 @@ private void _itemCreation(int page, int pageIndex, bool before, bool isOverflow
if (itemless) throw new("ScaleformUI - You can't add items to an itemless menu");
int menuIndex = Pagination.GetMenuIndexFromPageIndex(page, pageIndex);
bool missing = false;
int missingI = 0;
if (!before)
{
if (Pagination.GetPageItemsCount(page) < Pagination.ItemsPerPage && Pagination.TotalPages > 1)
Expand Down

0 comments on commit 94d0714

Please sign in to comment.