diff --git a/client/src/terminal.cpp b/client/src/terminal.cpp index 0e33a2e..405f181 100644 --- a/client/src/terminal.cpp +++ b/client/src/terminal.cpp @@ -142,8 +142,8 @@ void Terminal::render(const RenderContext& context, int x, int y_screen, int y_g _input_view->render(context.ui_renderer, input_x_pos, prompt_line_y, input_width, line_height, context.show_cursor); + context.ui_renderer->flush_text(); + /* Disable scissor test. */ glDisable(GL_SCISSOR_TEST); - - context.ui_renderer->flush_text(); }