this consumes a lot of cpu..

This commit is contained in:
Dooho Yi 2020-05-20 02:45:16 +09:00
parent 910e8b807c
commit 811d021b4c

View file

@ -186,7 +186,7 @@ $(document).ready(function() {
strokeColor: '#FFE40A', strokeColor: '#FFE40A',
dashArray: [vssw * 0.05, vssw * 0.05], dashArray: [vssw * 0.05, vssw * 0.05],
onFrame: function(event) { onFrame: function(event) {
this.rotate(0.2); // this.rotate(0.2);
} }
}); });
netstat.fillColor.alpha = 0; netstat.fillColor.alpha = 0;