diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2021-10-26 14:34:39 -0700 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2021-10-26 15:07:57 -0700 |
| commit | db54e4f2b0c4a1b1416b9f96012a02adde31ea55 (patch) | |
| tree | f2080c389f70cfd99c8f5e49b83d3e6188ed073a /Source/Core/VideoCommon/NetPlayChatUI.cpp | |
| parent | 05b4aecf18cac8b49ee7ef7314d2fac97ec82363 (diff) | |
Externals: Update imgui to 1.85
Diffstat (limited to 'Source/Core/VideoCommon/NetPlayChatUI.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/NetPlayChatUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/NetPlayChatUI.cpp b/Source/Core/VideoCommon/NetPlayChatUI.cpp index bdeac150ea..c9db29af64 100644 --- a/Source/Core/VideoCommon/NetPlayChatUI.cpp +++ b/Source/Core/VideoCommon/NetPlayChatUI.cpp @@ -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; } |
