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
path: root/source
diff options
context:
space:
mode:
authorRohan Rathi <rohanrathi08@gmail.com>2018-08-04 19:41:11 +0300
committerRohan Rathi <rohanrathi08@gmail.com>2018-08-04 19:41:11 +0300
commit86f6c15809c672847bd8c62a9f166bf096ccd85c (patch)
tree64294a953fd9bd7d383ecf30eac7311305b48073 /source
parentcc004fd13cc6d5cf77d8bb1e33594662d63c7b13 (diff)
Removed redundant comment in BMesh
Diffstat (limited to 'source')
-rw-r--r--source/blender/bmesh/bmesh_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h
index 5ff1d2c970f..70884454ce5 100644
--- a/source/blender/bmesh/bmesh_class.h
+++ b/source/blender/bmesh/bmesh_class.h
@@ -238,7 +238,7 @@ typedef struct BMesh {
struct BLI_mempool *looplistpool;
#endif
- struct MLoopNorSpaceArray *lnor_spacearr; /* Stores MLoopNorSpaceArray for this BMesh */
+ struct MLoopNorSpaceArray *lnor_spacearr;
char spacearr_dirty;
/* should be copy of scene select mode */