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/glutil.c')
-rw-r--r--source/blender/src/glutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/glutil.c b/source/blender/src/glutil.c
index 328764984c1..0464942cdd6 100644
--- a/source/blender/src/glutil.c
+++ b/source/blender/src/glutil.c
@@ -89,7 +89,7 @@ void glutil_draw_front_xor_line(int x0, int y0, int x1, int y1)
{
glDrawBuffer(GL_FRONT);
sdrawXORline(x0, y0, x1, y1);
- glFinish();
+ glFlush();
glDrawBuffer(GL_BACK);
}