mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 08:03:45 +01:00
Fix typo in comment in chat.cpp
This commit is contained in:
parent
2f170a63c6
commit
206f076422
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user