diff --git a/source/glerminal.cpp b/source/glerminal.cpp index b1df53a..579c142 100644 --- a/source/glerminal.cpp +++ b/source/glerminal.cpp @@ -287,6 +287,8 @@ namespace glerminal glBlitNamedFramebuffer(m_screen_framebuffer, 0, 0, 0, GRID_WIDTH * CELL_SIZE, GRID_HEIGHT * CELL_SIZE, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, GL_COLOR_BUFFER_BIT, GL_NEAREST); glfwSwapBuffers(m_window); + glBlitNamedFramebuffer(m_screen_framebuffer, 0, 0, 0, GRID_WIDTH * CELL_SIZE, GRID_HEIGHT * CELL_SIZE, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, GL_COLOR_BUFFER_BIT, GL_NEAREST); + glfwSwapBuffers(m_window); } void glerminal::set(int x, int y, int layer, unsigned short sprite)