summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/NetPlayChatUI.cpp
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-10-27 02:13:58 -0400
committerGitHub <noreply@github.com>2021-10-27 02:13:58 -0400
commit7558da22d757058ccb8ad087d06092cded50cfc4 (patch)
treef2080c389f70cfd99c8f5e49b83d3e6188ed073a /Source/Core/VideoCommon/NetPlayChatUI.cpp
parent05b4aecf18cac8b49ee7ef7314d2fac97ec82363 (diff)
parentdb54e4f2b0c4a1b1416b9f96012a02adde31ea55 (diff)
Merge pull request #10188 from Pokechu22/imgui-1.85
Externals: Update imgui to 1.85
Diffstat (limited to 'Source/Core/VideoCommon/NetPlayChatUI.cpp')
-rw-r--r--Source/Core/VideoCommon/NetPlayChatUI.cpp2
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;
}