YCAMInterlab / ofxTimeline

lightweight timeline tools for openFrameworks
270 stars 140 forks source link

fixed zoomer setup bug #100

Closed neumic closed 10 years ago

neumic commented 10 years ago

The zoomer wasn't working in the develop branch. I tracked it down to the fact that it's setup() method wasn't being called in ofTimeline.setup(). I think that this is the proper remedy, but there might be some use case I'm failing to see.