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:
parent
2f170a63c6
commit
206f076422
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue