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:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-04-25 07:44:01 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-04-25 07:44:01 +0400
commitd87ca16fb889231c03ad41ea555683d8f8493f7d (patch)
tree84f1f0aca29f6a5442835aeae8ad253db7ff4f2c /source/blender/blenkernel
parente7eac6c3f2b69b21c9695067b233447bb7124ff3 (diff)
Small type fix for BMEditMesh.lastDataMask, should be 64-bit.
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/BKE_tessmesh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_tessmesh.h b/source/blender/blenkernel/BKE_tessmesh.h
index d9d2c21e2b3..3a806651d61 100644
--- a/source/blender/blenkernel/BKE_tessmesh.h
+++ b/source/blender/blenkernel/BKE_tessmesh.h
@@ -23,6 +23,7 @@
#ifndef __BKE_TESSMESH_H__
#define __BKE_TESSMESH_H__
+#include "BKE_customdata.h"
#include "bmesh.h"
struct BMesh;
@@ -58,7 +59,7 @@ typedef struct BMEditMesh {
/*derivedmesh stuff*/
struct DerivedMesh *derivedFinal, *derivedCage;
- int lastDataMask;
+ CustomDataMask lastDataMask;
/* index tables, to map indices to elements via
* EDBM_index_arrays_init and associated functions. don't