mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Suppress MSVC warning in chat.cpp
This commit is contained in:
parent
ed7c9c4cb8
commit
5b55deb1eb
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue