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:
authorCampbell Barton <ideasman42@gmail.com>2011-10-14 05:49:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-14 05:49:37 +0400
commit9f8608a8ec80bcf1a5a14b54a27f47dd57a09802 (patch)
tree4b11182bc00a5b918dac8463b8711ef72d2fb9fc /source/blender/editors/gpencil
parent4e118bb22f246468a6e0a5524c87c0243b7a3d5d (diff)
parent9e17ecf0100af4e95f32a7b03673e880a9fc8d1e (diff)
svn merge ^/trunk/blender -r40950:40997, bmesh is in sync with head again
Diffstat (limited to 'source/blender/editors/gpencil')
-rw-r--r--source/blender/editors/gpencil/drawgpencil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/drawgpencil.c b/source/blender/editors/gpencil/drawgpencil.c
index b87166c51ca..8e83b01fc2f 100644
--- a/source/blender/editors/gpencil/drawgpencil.c
+++ b/source/blender/editors/gpencil/drawgpencil.c
@@ -147,7 +147,7 @@ static void gp_draw_stroke_buffer (tGPspoint *points, int totpoints, short thick
}
glEnd();
- /* reset for pradictable OpenGL context */
+ /* reset for predictable OpenGL context */
glLineWidth(1.0f);
if (G.f & G_DEBUG) setlinestyle(0);