Closed neumic closed 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.
setup()
ofTimeline.setup()
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 inofTimeline.setup()
. I think that this is the proper remedy, but there might be some use case I'm failing to see.