Remove compass easing to fix appearance of discontinuity as drone heading

moves through 180 degrees.  Fixes issue #23.
Esse commit está contido em:
John Wiseman
2013-06-10 18:02:02 -07:00
commit d24a704de9
-1
Ver Arquivo
@@ -36,7 +36,6 @@
this.canvas.width = this.visibleWidth * 2;
this.canvas.height = divRect.height;
this.canvas.style.position = 'absolute';
this.canvas.style.transition = 'all 0.3s ease-out';
div.style.overflow = 'hidden';