pass variable from setup to draw
in
Programming Questions
•
8 months ago
I'm trying to get rid of the global variables in my code but how do I do that for variables I use in both my setup() and draw() functions?
1