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 encountered such a problem:
There are many ImGui::Checkboxes with the same name, but for some reason, I can't rely on ImGui::PushID to solve this problem.
Is there any other solution?
Activity