UIMenu.RemoveItemAt
with only 1 item in the menu throws DivideByZeroException
#160
Labels
UIMenu.RemoveItemAt
with only 1 item in the menu throws DivideByZeroException
#160
Probably the issue is in this line that doesn't check for
Items.Count == 0
:RAGENativeUI/Source/ScrollableListBase.cs
Line 211 in 7a90664
The text was updated successfully, but these errors were encountered: