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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-09-25 11:32:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-09-25 11:32:34 +0300
commit15792eb728c8901f1d03abda250c7c1d3b0b2cfc (patch)
tree9abf77d467a43e242d7ad83453e0039dc0a55762 /source/blender/makesdna/DNA_mesh_types.h
parent43c4d0bf23c2dd8230f58a07b55d1234c1e81acf (diff)
Cleanup: Variable name in mesh runtime
Matches type better, avoiding possible confusion.
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index be190d656b4..816a589ee16 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -84,7 +84,7 @@ struct MLoopTri_Store {
typedef struct Mesh_Runtime {
struct EditMeshData *edit_data;
void *batch_cache;
- struct SubdivCCG *subsurf_ccg;
+ struct SubdivCCG *subdiv_ccg;
void *pad1;
int64_t cd_dirty_vert;