Error in the header, was still refering to mesh type rather then group, didnt seem to break anything.

This commit is contained in:
2006-04-21 00:00:42 +00:00
parent 355486c83d
commit 237030a6ca

View File

@@ -40,7 +40,7 @@
extern PyTypeObject Group_Type;
extern PyTypeObject MGroupObSeq_Type;
#define BPy_Group_Check(v) ((v)->ob_type == &Mesh_Type)
#define BPy_Group_Check(v) ((v)->ob_type == &Group_Type)
#define BPy_MGroupObSeq_Check(v) ((v)->ob_type == &MGroupObSeq_Type)
/*****************************************************************************/