From ae905d7bbb172b7c65da06accdd7959bb4136af6 Mon Sep 17 00:00:00 2001 From: NiranthS <44475481+NiranthS@users.noreply.github.com> Date: Thu, 23 Apr 2020 23:42:58 +0530 Subject: [PATCH] Update rendertest.py --- examples/pybullet/examples/rendertest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pybullet/examples/rendertest.py b/examples/pybullet/examples/rendertest.py index 7b196903f..e3fcd2fca 100644 --- a/examples/pybullet/examples/rendertest.py +++ b/examples/pybullet/examples/rendertest.py @@ -43,7 +43,7 @@ class BulletSim(): print(self.connection_mode, optionstring, *self.argv) cid = pybullet.connect(self.connection_mode, options=optionstring, *self.argv) - p.setAdditionalSearchPath(pybullet_data.getDataPath()) + pybullet.setAdditionalSearchPath(pybullet_data.getDataPath()) if cid < 0: raise ValueError print("connected")