This commit is contained in:
StapleButter
2019-05-31 19:29:48 +02:00
parent 1a3314f0bd
commit 65ccf2a717
2 changed files with 2 additions and 2 deletions

View File

@ -427,7 +427,7 @@ void GLScreen_DrawScreen()
glBindBuffer(GL_ARRAY_BUFFER, GL_ScreenVertexBufferID);
glBindVertexArray(GL_ScreenVertexArrayID);
glDrawArrays(GL_TRIANGLES, 0, 4*3);
}
}
glFlush();
uiGLSwapBuffers(GLContext);