Merge pull request #2393 from muupan/fix-typo-duration

Fix typo: s/duraction/duration/g
This commit is contained in:
erwincoumans
2019-09-04 09:37:57 -07:00
committed by GitHub

View File

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