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>2015-04-17 11:07:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-17 11:07:08 +0300
commit02fba106fad37647ab015c228248ac0ec13a964b (patch)
tree7b59412dddaf5b27a1b13ed29a5e1b753c98a996 /source/blender/bmesh/intern/bmesh_log.c
parente05f719b8bc11457b4555bdd8bddf8fe6858ef9d (diff)
Dyntopo: save 4 bytes per BMLogVert
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_log.c')
-rw-r--r--source/blender/bmesh/intern/bmesh_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/intern/bmesh_log.c b/source/blender/bmesh/intern/bmesh_log.c
index abc502dae3e..4db24478152 100644
--- a/source/blender/bmesh/intern/bmesh_log.c
+++ b/source/blender/bmesh/intern/bmesh_log.c
@@ -115,8 +115,8 @@ struct BMLog {
typedef struct {
float co[3];
short no[3];
- float mask;
char hflag;
+ float mask;
} BMLogVert;
typedef struct {