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>2008-04-13 00:36:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-04-13 00:36:35 +0400
commit6b94db570f07429c04a77e321186785aa4b82800 (patch)
tree06674613a619dfd733cae8bca953bb2766ba81b0 /source/blender/src/editmesh_lib.c
parentad6b1e16a591562618b72ef879af5ee95dcad579 (diff)
error in last commit. also use smaller fonts in the sequencer for frame numbers, number string was too long.
Diffstat (limited to 'source/blender/src/editmesh_lib.c')
-rw-r--r--source/blender/src/editmesh_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editmesh_lib.c b/source/blender/src/editmesh_lib.c
index 85f2ace2281..009cb6a6ba2 100644
--- a/source/blender/src/editmesh_lib.c
+++ b/source/blender/src/editmesh_lib.c
@@ -1753,7 +1753,7 @@ void adduplicateflag(int flag)
newfa= addfacelist(v1, v2, v3, v4, efa, efa);
- if (act_efa==act_efa) {
+ if (efa==act_efa) {
EM_set_actFace(newfa);
}