Skip to content
Snippets Groups Projects
Commit 5b55deb1 authored by gregorycu's avatar gregorycu Committed by Zeno-
Browse files

Suppress MSVC warning in chat.cpp

parent ed7c9c4c
No related branches found
No related tags found
No related merge requests found
......@@ -774,5 +774,5 @@ void ChatBackend::scrollPageDown()
void ChatBackend::scrollPageUp()
{
m_console_buffer.scroll(-m_console_buffer.getRows());
m_console_buffer.scroll(-(s32)m_console_buffer.getRows());
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment