Add clang support.

This commit is contained in:
James Grogan 2023-01-23 11:32:18 +00:00
parent 3fad113178
commit e559f9674d
27 changed files with 84 additions and 63 deletions

View file

@ -135,6 +135,7 @@ void TextNode::updateLines(FontsManager* fontsManager)
}
output_lines.push_back(working_line);
running_width = 0;
(void)running_width;
}
mTextData.mLines = output_lines;