1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix typo in comment in chat.cpp

This commit is contained in:
Kahrl 2014-09-14 15:37:27 +02:00
parent 2f170a63c6
commit 206f076422

View file

@ -151,7 +151,7 @@ void ChatBuffer::reformat(u32 cols, u32 rows)
}
else if (cols != m_cols || rows != m_rows)
{
// TODO: Avoid reformatting ALL lines (even inivisble ones)
// TODO: Avoid reformatting ALL lines (even invisible ones)
// each time the console size changes.
// Find out the scroll position in *unformatted* lines