mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 06:16:05 +02:00
fix
This commit is contained in:
@@ -51,7 +51,7 @@ function computeForceOptions(nodes, links) {
|
||||
repulsion,
|
||||
edgeLength: [minEdge, maxEdge],
|
||||
gravity: 0.3,
|
||||
layoutAnimation: false
|
||||
layoutAnimation: nodes.length < 1000
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user