Update rendertest.py

This commit is contained in:
NiranthS
2020-04-23 23:42:58 +05:30
committed by GitHub
parent 7a2732d92b
commit ae905d7bbb

View File

@@ -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")