Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix instance mode breakage when debug mode is active #59

Merged
merged 1 commit into from
Mar 27, 2016

Conversation

toolness
Copy link
Contributor

It looks like we added a call to strokeWeight() in #54, but we didn't bind it to pInst, which meant that sketches in instance mode would crash because it wasn't defined globally.

@toolness toolness merged commit 3f8ac7f into quinton-ashley:master Mar 27, 2016
@islemaster
Copy link
Contributor

Oh man, sorry about that. I suppose a unit test around debug drawing would have caught this, since we're using instance mode in our tests.

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