Skip to content

Conversation

@mshaub
Copy link

@mshaub mshaub commented Jan 4, 2018

The original file wouldn't run in Processing3 (3.3.2) throwing an error that vairable pos didn't exist. Added the creation of the variable and modified the line throwing the error under display()

The original file wouldn't run in Processing3 (3.3.2) throwing an error that vairable pos didn't exist. Added the creation of the variable and modified the line throwing the error under display()
@shiffman
Copy link
Member

shiffman commented Jan 4, 2018

Thanks! Actually the mistake is in the borders() method where loc should be replaced with pos. There also may be more other places where I'm using the nam loc. Do you want to resubmit?

mshaub added 3 commits January 5, 2018 08:40
a variable "loc" was used in some locations that should be "pos." All instances of "loc" have been changed to "pos"
all instances of variable "loc" have been changed to "pos"
All instances of the variable "loc" have been changed to "pos"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants