mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
collide: Fix typo in STDFLOAT_DOUBLE case
This commit is contained in:
parent
e5eb5f8ed2
commit
454179a276
@ -80,7 +80,7 @@ convert_points(pvector<LPoint3> &vec, PyObject *points) {
|
||||
|
||||
for (Py_ssize_t i = 0; i < len; ++i) {
|
||||
#ifdef STDFLOAT_DOUBLE
|
||||
if (DtoolInstance_Check(itemts[i]) &&
|
||||
if (DtoolInstance_Check(items[i]) &&
|
||||
(ptr = DtoolInstance_UPCAST(items[i], Dtool_LPoint3d))) {
|
||||
#else
|
||||
if (DtoolInstance_Check(items[i]) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user