Externals: Update imgui to 1.85

This commit is contained in:
Pokechu22
2021-10-26 15:07:57 -07:00
parent 05b4aecf18
commit db54e4f2b0
16 changed files with 18687 additions and 8091 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void NetPlayChatUI::Display()
if (m_scroll_to_bottom)
{
ImGui::SetScrollHere(1.0f);
ImGui::SetScrollHereY(1.0f);
m_scroll_to_bottom = false;
}