FormatUsingClangFormatWhenCCode and TrimTrailingWhitespace
This commit is contained in:
@@ -57,7 +57,7 @@ void DrawVisibleText(Window *window, Color tint) {
|
|||||||
p.x += text_offset_x;
|
p.x += text_offset_x;
|
||||||
Rect2 rect = Rect2FromSize(p + g->offset, g->size);
|
Rect2 rect = Rect2FromSize(p + g->offset, g->size);
|
||||||
|
|
||||||
if (codepoint != '\n' && codepoint != '\r' && codepoint != ' ') {
|
if (codepoint != '\n' && codepoint != '\r' && codepoint != ' ' && codepoint != '\t') {
|
||||||
PushQuad2D(RenderArena, &Vertices, rect, g->atlas_bounding_box, tint);
|
PushQuad2D(RenderArena, &Vertices, rect, g->atlas_bounding_box, tint);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user