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>2010-09-28 23:53:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-28 23:53:45 +0400
commita90115c2eed330ac97b555bca39cc984a2b59782 (patch)
tree195a19897170b3018c5874e41b059d5507f1a89c /source/blender/blenlib/BLI_editVert.h
parent30bd26d435fdef82a48bd857e48a7d77eb90443f (diff)
bugfix [#24040] loop select -> delete edge loop crashes blender
Diffstat (limited to 'source/blender/blenlib/BLI_editVert.h')
-rw-r--r--source/blender/blenlib/BLI_editVert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_editVert.h b/source/blender/blenlib/BLI_editVert.h
index 2d54e420bb1..051778772e0 100644
--- a/source/blender/blenlib/BLI_editVert.h
+++ b/source/blender/blenlib/BLI_editVert.h
@@ -68,7 +68,7 @@ typedef struct EditVert
unsigned char f, h, f1, f2;
float bweight;
short fast; /* only 0 or 1, for editmesh_fastmalloc, do not store temp data here! */
- int hash;
+ int hash; /* internal editmesh.c use only, don't touch! */
int keyindex; /* original index #, for restoring key information */
void *data; /* custom vertex data */