vialab / SMT

Simple Multi-Touch (SMT) Toolkit
http://vialab.science.uoit.ca/smt
GNU General Public License v3.0
43 stars 18 forks source link

Remove Warning for touch() PApplet Method #167

Closed kiwistrongis closed 10 years ago

kiwistrongis commented 10 years ago

Having a

void touch(){}

method in your pde caused this error message:

The method 'touch' corresponds a zone named '' which did not exist during this run.
If this method is not meant to be used by a Zone, do not use the reserved method prefix 'touch'.

This warning is confusing, as the touch method is supposed to be allowed.

kiwistrongis commented 10 years ago

Fixed as of 66223cf