spaniel
spaniel copied to clipboard
Use single timer
SpanielObserver uses a new timer per watched item in the viewport. Using multiple timers is bad for performance, since we could use a single timer + offsets.
Thanks @stefanpenner for catching this issue.