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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-09-17 14:23:53 +0400
committerTon Roosendaal <ton@blender.org>2003-09-17 14:23:53 +0400
commitc01d06df3cd1241011a468e4f0108b1b904f6c7e (patch)
treef03c75406801a58fcadd6f6cb5b9d33b7d7e7de4 /source
parent357b070120317153af41c1b5b0bd6878a814aa27 (diff)
- fixed display of dashed helpline, when rotating multiple objects or
around the 3d cursor. fix only works for OSX and certain nvidia cards. they need a glFinish() call after drawing in frontbuffer.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/drawobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawobject.c b/source/blender/src/drawobject.c
index 0fbe2aa89df..03e63a6a4b1 100644
--- a/source/blender/src/drawobject.c
+++ b/source/blender/src/drawobject.c
@@ -272,7 +272,7 @@ void helpline(float *vec)
setlinestyle(0);
persp(1);
-
+ glFinish(); // flush display for frontbuffer
glDrawBuffer(GL_BACK);
}