diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-05-25 18:28:11 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-05-25 18:28:11 +0200 |
commit | 24de8de5030c3a5a69c4df3c27db8076d3d0275d (patch) | |
tree | 1a2be0719fec1f9c33648a803ebf45900f6b1414 /src | |
parent | 36f4cdbbbf1904c1a0455bf45d9720f03872e1bd (diff) |
flushing the john makes it a bit better
Diffstat (limited to 'src')
-rw-r--r-- | src/GPU_OpenGL.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GPU_OpenGL.cpp b/src/GPU_OpenGL.cpp index c9d31f1..99eb845 100644 --- a/src/GPU_OpenGL.cpp +++ b/src/GPU_OpenGL.cpp @@ -196,6 +196,8 @@ void RenderFrame() glBindVertexArray(CompVertexArrayID); glDrawArrays(GL_TRIANGLES, 0, 4*3); } + + glFlush(); } void BindOutputTexture() |