From 811d021b4c2ea0a5efa3cf80f345365aed6ed4d7 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Wed, 20 May 2020 02:45:16 +0900 Subject: [PATCH] this consumes a lot of cpu.. --- public/a1/conductor/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/a1/conductor/index.js b/public/a1/conductor/index.js index a43083f..bd4e09b 100644 --- a/public/a1/conductor/index.js +++ b/public/a1/conductor/index.js @@ -186,7 +186,7 @@ $(document).ready(function() { strokeColor: '#FFE40A', dashArray: [vssw * 0.05, vssw * 0.05], onFrame: function(event) { - this.rotate(0.2); + // this.rotate(0.2); } }); netstat.fillColor.alpha = 0;