mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 02:19:41 +00:00
(svn r25524) -Fix [FS#5624]: fallback layouter broke on long "words" without space after a newline
This commit is contained in:
parent
4fbcb73166
commit
ea5d35a896
@ -324,6 +324,9 @@ ParagraphLayout::Line *ParagraphLayout::nextLine(int max_width)
|
||||
|
||||
next_run = this->buffer_begin + iter->first + 1;
|
||||
begin = this->buffer;
|
||||
|
||||
last_char = begin;
|
||||
last_space = NULL;
|
||||
}
|
||||
|
||||
if (IsWhitespace(c)) last_space = this->buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user