Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/drawview.c')
-rw-r--r--source/blender/src/drawview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawview.c b/source/blender/src/drawview.c
index 96a09783630..5777964a803 100644
--- a/source/blender/src/drawview.c
+++ b/source/blender/src/drawview.c
@@ -2046,7 +2046,7 @@ void drawview3d_render(struct View3D *v3d)
G.f &= ~G_SIMULATION;
- glFinish();
+ glFlush();
glReadPixels(0, 0, R.rectx, R.recty, GL_RGBA, GL_UNSIGNED_BYTE, R.rectot);
glLoadIdentity();