diff options
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; } |
