Freestyle: use bool instead of int.
Patch contribution by flokkievids (Folkert de Vries). Thanks!
This commit is contained in:
@@ -49,7 +49,7 @@ extern PyTypeObject ViewShape_Type;
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
ViewShape *vs;
|
||||
int borrowed; /* non-zero if *vs a borrowed object */
|
||||
bool borrowed; /* true if *vs a borrowed object */
|
||||
BPy_SShape *py_ss;
|
||||
} BPy_ViewShape;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user