-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
size fails in setup #39
Comments
This might be related to the preprocessor. I could be wrong, but it is possible that ~Processing 3.0+ uses the preprocessor to move size() from setup() into settings(). The mechanism may be slightly different then the simplified way it is explained in the public reference: |
I have implemented a simple pre-processor here I am not sure if it works in this situation. I will have a look soon. |
Possibly related example of the Java preprocessor: |
dup with #51 |
The text was updated successfully, but these errors were encountered: