Skip to content

Commit fcc923b

Browse files
author
Jonathan Feinberg
committed
Fix Toroid example.
1 parent 96e1e5b commit fcc923b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.py/3D/Form/Toroid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def draw():
113113
"""
114114
def keyPressed():
115115
global pts, segments, isHelix, isWireFrame, latheRadius, radius
116-
gnarble()
116+
117117
# clear the list of strips, to force a re-evaluation
118118
del strips[:]
119119

0 commit comments

Comments
 (0)