Removed redundant comment in BMesh

This commit is contained in:
2018-08-04 22:11:11 +05:30
parent cc004fd13c
commit 86f6c15809
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */