forked from Mirrorlandia_minetest/minetest
Suppress MSVC warning in chat.cpp
This commit is contained in:
parent
ed7c9c4cb8
commit
5b55deb1eb
@ -774,5 +774,5 @@ void ChatBackend::scrollPageDown()
|
|||||||
|
|
||||||
void ChatBackend::scrollPageUp()
|
void ChatBackend::scrollPageUp()
|
||||||
{
|
{
|
||||||
m_console_buffer.scroll(-m_console_buffer.getRows());
|
m_console_buffer.scroll(-(s32)m_console_buffer.getRows());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user