client/js/renderer/scene.js
changeset 435 e529b633c339
parent 434 0d5998b32a7c
child 443 4c7ab16e5845
child 445 705a2e9c6c9d
--- a/client/js/renderer/scene.js	Sat Apr 25 04:37:06 2015 +0200
+++ b/client/js/renderer/scene.js	Mon Apr 27 17:22:46 2015 +0200
@@ -833,7 +833,7 @@
                 return;
             }
             _.each(this.representations, function(_representation) {
-                _representation.redraw(true);
+                _representation.redraw({ dontRedrawEdges:true });
             });
             if (this.minimap) {
                 this.redrawMiniframe();