diff --git a/Python/PRP/Geometry/pyGBufferGroup.cpp b/Python/PRP/Geometry/pyGBufferGroup.cpp index 87f16a16..cb2ee70f 100644 --- a/Python/PRP/Geometry/pyGBufferGroup.cpp +++ b/Python/PRP/Geometry/pyGBufferGroup.cpp @@ -80,7 +80,7 @@ PY_METHOD_VA(GBufferGroup, getVertices, if (start == 0 && len == -1) verts = self->fThis->getVertices(idx); else - verts = self->fThis->getVertices(start, len); + verts = self->fThis->getVertices(idx, start, len); PyObject* list = PyTuple_New(verts.size()); for (size_t i=0; i