mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
Merge pull request #2393 from muupan/fix-typo-duration
Fix typo: s/duraction/duration/g
This commit is contained in:
commit
9cf50846d6
@ -34,7 +34,7 @@ for i in range(100000):
|
||||
start = time.time()
|
||||
p.getCameraImage(300, 300, renderer=p.ER_BULLET_HARDWARE_OPENGL)
|
||||
end = time.time()
|
||||
print("rendering duraction")
|
||||
print("rendering duration")
|
||||
print(end - start)
|
||||
p.stopStateLogging(logId)
|
||||
#p.configureDebugVisualizer(p.COV_ENABLE_RENDERING,1)
|
||||
|
Loading…
Reference in New Issue
Block a user