chiark / gitweb /
memoise edge_end2 now performance is good
[moebius2.git] / view.c
diff --git a/view.c b/view.c
index 4f052c176cb414a757798c3b3a7704230ab19560..a395c8c513eef6da2e4a861fd03fc95f492aeb5e 100644 (file)
--- a/view.c
+++ b/view.c
@@ -679,6 +679,7 @@ int main(int argc, const char *const *argv) {
   struct pollfd *polls=0;
   int motion_deferred=0, motion_x=-1, motion_y=-1;
 
+  mgraph_prepare();
   topocheck();
   if (argc==1) { printf("topology self-consistent, ok\n"); exit(0); }