jdf / processing-py-site

Site for processing.py.
MIT License
197 stars 52 forks source link

Add ref to global variables. Fix indentation. #197

Closed msunardi closed 3 years ago

msunardi commented 3 years ago

Line 780: Needed to add call to global leftArmAngle, rightArmAngle for the code to work. The arms do not move without this call. Line 789: Fixed indentation of else to align with the correct if statement.