Skip to content

Commit be7909b

Browse files
committed
- remove redundant variable
1 parent 4edda24 commit be7909b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miscellaneous/digital_aquatics/digital_aquatics.pyde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Aquatic:
103103

104104
# eyelid
105105
if random(1) > .5:
106-
cover = self.drawEyeLid(eyex, eyey, eyesize)
106+
self.drawEyeLid(eyex, eyey, eyesize)
107107

108108
def drawHair(self, hairx, hairy, hairlength, angle):
109109
tipx = cos(angle) * hairlength

0 commit comments

Comments
 (0)