diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-09 14:38:59 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-09 14:38:59 -0500 |
commit | 0135ebfa879af50f19ddc1495a36be3c030a6326 (patch) | |
tree | 080d209c633adc52560839ef2381b4fd1959a752 /main.c | |
parent | 7be42dc83ff694da2f1e66a59a14fe51d3e18fba (diff) |
find + replace seems to be working
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -642,6 +642,7 @@ int main(int argc, char **argv) { text_state.wrap = true; rgba_u32_to_floats(colors[COLOR_ERROR_TEXT], text_state.color); text_utf8_with_state(font, &text_state, ted->error_shown); + gl_geometry_draw(); text_render(font); } } |