mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Fix typo in comment in chat.cpp
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user