Updates ImGui to release version 1.82, builds out some better initial multiplayer metrics
This commit is contained in:
@@ -96,7 +96,7 @@ namespace ImGui
|
||||
}
|
||||
|
||||
// Toggle collapsing when double clicking this "window"
|
||||
if (ImGui::IsMouseDoubleClicked(0) && ImGui::IsMouseHoveringWindow())
|
||||
if (ImGui::IsMouseDoubleClicked(0) && ImGui::IsWindowHovered())
|
||||
{
|
||||
m_collapsed = !m_collapsed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user