You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to have three tabs in my menu: On foot, In vehicle, About. Then I added General tab as the last but one, but the game started to freeze without any log. When I use the previous tabs names or On foot, In vehicle, General, everything works fine, including the new tab's content, but having four of them breaks the game.
Also, when I turned off auto-resizing in ImGui.Begin, the game stopped freezing, which makes me think the issue is connected to ImGui figuring out the window size.
This is the screenshot of how the menu looks like before the freezing occurs:
The text was updated successfully, but these errors were encountered:
I used to have three tabs in my menu:
On foot, In vehicle, About
. Then I addedGeneral
tab as the last but one, but the game started to freeze without any log. When I use the previous tabs names orOn foot, In vehicle, General
, everything works fine, including the new tab's content, but having four of them breaks the game.Also, when I turned off auto-resizing in
ImGui.Begin
, the game stopped freezing, which makes me think the issue is connected to ImGui figuring out the window size.This is the screenshot of how the menu looks like before the freezing occurs:

The text was updated successfully, but these errors were encountered: