Skip to content

Commit

Permalink
Up delay.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Nov 25, 2024
1 parent fb752b7 commit 4383afe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
edges.Add(edgesToAdd[i]);

await GraphEditor.UpdateGraph(points, edges);
await Task.Delay(200);
await Task.Delay(2000);
}
}

Expand Down

0 comments on commit 4383afe

Please sign in to comment.