Skip to content

Commit 86c5b9f

Browse files
committed
Change wait for pick rate to 100 (at 1000, caused trouble in Extrusions demo)
1 parent 7535f72 commit 86c5b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpython/vpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def _wait(cvs): # wait for an event
402402
if _isnotebook: baseObj.trigger() # in notebook environment must send methods immediately
403403
t = clock()
404404
while cvs._waitfor is None:
405-
rate(1000)
405+
rate(100)
406406
if _isnotebook: baseObj.trigger() # restart activity in glowcomm.html
407407

408408
class color(object):

0 commit comments

Comments
 (0)