diff --git a/demo/distance-perf.html b/demo/distance-perf.html
index ad9e68f..1a87ee1 100644
--- a/demo/distance-perf.html
+++ b/demo/distance-perf.html
@@ -52,18 +52,18 @@
DistanceField.define();
- function tick() {
- window.requestAnimationFrame(tick);
+ // function tick() {
+ // window.requestAnimationFrame(tick);
- for (let i = 0; i < 10; i++) {
- const g = geometries[Math.floor(Math.random() * geometries.length)];
- const max = 50;
- g.x += Math.floor(Math.random() * max - max / 2);
- g.y += Math.floor(Math.random() * max - max / 2);
- }
- }
+ // for (let i = 0; i < 10; i++) {
+ // const g = geometries[Math.floor(Math.random() * geometries.length)];
+ // const max = 50;
+ // g.x += Math.floor(Math.random() * max - max / 2);
+ // g.y += Math.floor(Math.random() * max - max / 2);
+ // }
+ // }
- tick();
+ // tick();