Browse Source

forgot to remove a line of code that removes face glitch randomize

pull/1/head
Tim 5 years ago
parent
commit
c563a2f98b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.py

+ 1
- 1
main.py View File

@@ -245,7 +245,7 @@ if __name__ == "__main__":
#2 - face drag
#3 - eye drag
#4 - eye sensor
faceMod = 1
if faceMod == 1:
faceGlitch(img,face)
elif faceMod == 2:

Loading…
Cancel
Save