mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-26 03:56:05 +00:00
Update rendertest.py
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user