void draw () doesn't work when loading large cdv file??

edited February 2014 in General Discussion

I have loaded a large CSV file and converted the information into objects that are referenced via a hash map.

My dilemma is that draw() no longer seems to work correctly. Nothing refreshes to the draw screen, but the console will still work. So I can still print the frame count and some of the variables to the console. But the functions and drawing operations seem stuck somehow...

Thanks.

Answers

  • Turns out this was due to a colorMode setting that wasn't reset prior to running other drawing operations....! So there is nothing wrong with draw after all.

Sign In or Register to comment.