|
@@ -80,7 +80,7 @@ convert_points(pvector<LPoint3> &vec, PyObject *points) {
|
|
|
|
|
|
|
|
for (Py_ssize_t i = 0; i < len; ++i) {
|
|
for (Py_ssize_t i = 0; i < len; ++i) {
|
|
|
#ifdef STDFLOAT_DOUBLE
|
|
#ifdef STDFLOAT_DOUBLE
|
|
|
- if (DtoolInstance_Check(itemts[i]) &&
|
|
|
|
|
|
|
+ if (DtoolInstance_Check(items[i]) &&
|
|
|
(ptr = DtoolInstance_UPCAST(items[i], Dtool_LPoint3d))) {
|
|
(ptr = DtoolInstance_UPCAST(items[i], Dtool_LPoint3d))) {
|
|
|
#else
|
|
#else
|
|
|
if (DtoolInstance_Check(items[i]) &&
|
|
if (DtoolInstance_Check(items[i]) &&
|