when using pixel detection, clear shape data whenever shape is drawn

This commit is contained in:
Eric Rowell
2012-04-04 19:53:11 -07:00
parent 2dff730081
commit dc45f5e2d6
5 changed files with 19 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ function log(message) {
* Test constructor
*/
function Test() {
this.testOnly = '';
this.testOnly = 'EVENTS - star pixel detection';
this.counter = 0;
}
/**