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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-05-28 03:15:08 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-05-28 03:15:08 +0400
commit6a802f63b66508d3945714f59f1234843f251c1d (patch)
treea97437fea4961dbb6812a46294c9d51a3da09539 /source/blender/blenlib/intern/psfont.c
parented42c9a6768712c1eeba3b36af09620f668d663b (diff)
parentc1874b3cee1fdb2220f26f75e676942aee4be561 (diff)
Merging revisions 14946-15020 of https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/blenlib/intern/psfont.c')
-rw-r--r--source/blender/blenlib/intern/psfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/psfont.c b/source/blender/blenlib/intern/psfont.c
index 8cdc0601c7e..498c87cdef9 100644
--- a/source/blender/blenlib/intern/psfont.c
+++ b/source/blender/blenlib/intern/psfont.c
@@ -2017,7 +2017,7 @@ static VFontData *objfnt_to_vfontdata(objfnt *fnt)
nu->type= CU_BEZIER+CU_2D;
nu->pntsu = count;
nu->resolu= 8;
- nu->flagu= 1;
+ nu->flagu= CU_CYCLIC;
nu->bezt = bezt;
stop = 0;