Open Quicky82 opened 11 years ago
When swapping over the CAAT renderer to use DOM rather than Canvas, I get the following error and the code stops executing:
TypeError: c.timerManager is undefined c.timerManager.checkTimers(tt); (caat-css.js line 23194)
I can comment out line 23194 and 23195 and it works. I'm assuming this is a bug, I can't find any reference to this anywhere.
CAAT is awesome by the way!
Same problem for me. Tested with "Getting started" example:
http://hyperandroid.github.io/CAAT/documentation/tutorials/01_getting_started.html
When swapping over the CAAT renderer to use DOM rather than Canvas, I get the following error and the code stops executing:
TypeError: c.timerManager is undefined c.timerManager.checkTimers(tt); (caat-css.js line 23194)
I can comment out line 23194 and 23195 and it works. I'm assuming this is a bug, I can't find any reference to this anywhere.
CAAT is awesome by the way!