X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/e76ea9e634775180ffbb3fd9c6479a31aeaa43fd..28503be4491f8b897c10fc7d00aa9f65133bffb5:/test/hello.cpp diff --git a/test/hello.cpp b/test/hello.cpp index a63827b..f8afa0d 100644 --- a/test/hello.cpp +++ b/test/hello.cpp @@ -130,7 +130,7 @@ void lines(DrawingWindow &w) int y2 = rand() % ymax; w.setColor(r, g, b); w.drawLine(x1, y1, x2, y2); - if (n % 100 == 0) + //if (n % 100 == 0) w.sync(); } }