From 15792eb728c8901f1d03abda250c7c1d3b0b2cfc Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 25 Sep 2018 10:32:34 +0200 Subject: Cleanup: Variable name in mesh runtime Matches type better, avoiding possible confusion. --- source/blender/makesdna/DNA_mesh_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_mesh_types.h') 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; -- cgit v1.2.3