configuration of displayed link types + max number of links

This commit is contained in:
zadam
2019-06-10 14:33:59 +02:00
parent ccbb2e2e12
commit 8ab081a3fd
7 changed files with 82 additions and 19 deletions

View File

@@ -506,7 +506,7 @@
Springy.requestAnimationFrame(function step() {
t.tick(0.03);
if (render !== undefined) {
if (!t._stop && render !== undefined) {
render();
}