From 8af62239b04646779eaa6bcd531fdec0a4cd398e Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Fri, 17 Feb 2017 15:15:13 -0800 Subject: [PATCH] Update pybullet.c --- examples/pybullet/pybullet.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/pybullet/pybullet.c b/examples/pybullet/pybullet.c index e5400eef6..a33b3afda 100644 --- a/examples/pybullet/pybullet.c +++ b/examples/pybullet/pybullet.c @@ -2626,7 +2626,8 @@ static PyObject* pybullet_startStateLogging(PyObject* self, PyObject* args, PyOb if (seq) { int len = PySequence_Size(objectUniqueIdsObj); - for (int i=0;i