Turned off debug for 600-cell

feature-faces
Mike Lynch 2023-07-31 17:24:26 +10:00
parent 2992f4ab66
commit c500957609
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ function make_600cell_vertices() {
export const cell600 = () => {
const nodes = make_600cell_vertices();
const links = auto_detect_edges(nodes, 12, true);
const links = auto_detect_edges(nodes, 12);
return {
nodes: nodes,
links: links,