took out the part about adjencies for realtime
This commit is contained in:
parent
bba4ec2cf3
commit
f447334563
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ if (!arraysEqual(json,newJSON)) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else { // in this case we found a topic so we have to update it
|
else { // in this case we found a topic so we have to update it
|
||||||
temp.adjacencies = topic.adjacencies;
|
|
||||||
var newPos = new $jit.Complex();
|
var newPos = new $jit.Complex();
|
||||||
newPos.x = temp.data.$xloc;
|
newPos.x = temp.data.$xloc;
|
||||||
newPos.y = temp.data.$yloc;
|
newPos.y = temp.data.$yloc;
|
||||||
|
|
Loading…
Reference in a new issue